#A48A39

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

Shades of Reef Gold #A48A39

Tints of Reef Gold #A48A39

Color information

#A48A39 (or 0xA48A39) is unknown color: approx Reef Gold. HEX triplet: A4, 8A and 39. RGB value is (164,138,57). Sum of RGB (Red+Green+Blue) = 164+138+57=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A39 is #5B75C6. Grayscale: #888888. Windows color (decimal): -5993927 or 3771044. OLE color: 3771044.

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

Color convert

RGB16413857-
CMYK00.160.650.36
HSL45.42º48.42%43.33%-
HSV(B)45.42º65.24%64.31%-
XYZ25.1426.367.63-
YUV136.5483.11147.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=45.68%
G=38.44%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641385700.160.650.3645.4248.4243.33
HexA48A3901041242d302b
Octal2442127102010144556053
Binary10100100100010101110010100001000001100100101101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A39; }

 p { color: rgb(164,138,57); }

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

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

 a { background-color: rgb(164,138,57); }

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

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

 span { border-color: rgb(164,138,57); }

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