#A48E36

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

Shades of Reef Gold #A48E36

Tints of Reef Gold #A48E36

Color information

#A48E36 (or 0xA48E36) is unknown color: approx Reef Gold. HEX triplet: A4, 8E and 36. RGB value is (164,142,54). Sum of RGB (Red+Green+Blue) = 164+142+54=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E36 is #5B71C9. Grayscale: #8A8A8A. Windows color (decimal): -5992906 or 3575460. OLE color: 3575460.

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

Color convert

RGB16414254-
CMYK00.130.670.36
HSL48º50.46%42.75%-
HSV(B)48º67.07%64.31%-
XYZ25.6527.57.45-
YUV138.5580.29146.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 54 (21.48% from 255) = 15%
R=45.56%
G=39.44%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641425400.130.670.364850.4642.75
HexA48E360D432430322b
Octal2442166601510344606253
Binary1010010010001110110110011011000011100100110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E36; }

 p { color: rgb(164,142,54); }

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

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

 a { background-color: rgb(164,142,54); }

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

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

 span { border-color: rgb(164,142,54); }

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