#A48B38

Color #A48B38 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A48B38

Tints of Reef Gold #A48B38

Color information

#A48B38 (or 0xA48B38) is unknown color: approx Reef Gold. HEX triplet: A4, 8B and 38. RGB value is (164,139,56). Sum of RGB (Red+Green+Blue) = 164+139+56=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B38 is #5B74C7. Grayscale: #898989. Windows color (decimal): -5993672 or 3705764. OLE color: 3705764.

HSL color Cylindrical-coordinate representation of color #A48B38: hue angle of 46.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A48B38 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16413956-
CMYK00.150.660.36
HSL46.11º49.09%43.14%-
HSV(B)46.11º65.85%64.31%-
XYZ25.2626.647.55-
YUV137.0182.28147.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=45.68%
G=38.72%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641395600.150.660.3646.1149.0943.14
HexA48B380F42242e312b
Octal2442137001710244566153
Binary1010010010001011111000011111000010100100101110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B38; }

 p { color: rgb(164,139,56); }

 H1.HeaderClassName
 {
   color: #A48B38;
 }
 .AnyTagClassName
 {
   color: #A48B38;
 }
</style>
background-color css

<style>
 a { background-color: #A48B38; }

 a { background-color: rgb(164,139,56); }

 div.DivClassName
 {
   background-color: #A48B38;
 }
 .BgClassName
 {
   background-color: #A48B38;
 }
</style>
border-color css

<style>
 span { border-color: #A48B38; }

 span { border-color: rgb(164,139,56); }

 td.TdClassName
 {
   border-color: #A48B38;
 }
 .TagClassName
 {
   border-color: #A48B38;
 }
</style>