#A48E03

Color #A48E03 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A48E03

Tints of Dark Goldenrod #A48E03

Color information

#A48E03 (or 0xA48E03) is unknown color: approx Dark Goldenrod. HEX triplet: A4, 8E and 03. RGB value is (164,142,3). Sum of RGB (Red+Green+Blue) = 164+142+3=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E03 is #5B71FC. Grayscale: #858585. Windows color (decimal): -5992957 or 233124. OLE color: 233124.

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

Color convert

RGB1641423-
CMYK00.130.980.36
HSL51.8º96.41%32.75%-
HSV(B)51.8º98.17%64.31%-
XYZ2527.254.03-
YUV132.7354.79150.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=53.07%
G=45.95%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164142300.130.980.3651.896.4132.75
HexA48E30D6224346021
Octal2442163015142446414041
Binary1010010010001110110110111000101001001101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E03; }

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

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

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

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

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

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

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

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