Html Css Color HEX #A28904 Dark Goldenrod

📋 copy color: '#A28904'

red 162 ◦ green 137 ◦ blue 4

#A28904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A28904

Tints of Dark Goldenrod #A28904

RGB

 RED value IS 162 (63.67% from 255) = 53.47%

 GREEN value IS 137 (53.91% from 255) = 45.21%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 53.47%
G = 45.21%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A28904 (or 0xA28904) is known color: Dark Goldenrod. HEX triplet: A2, 89 and 04. RGB value is (162,137,4). Sum of RGB (Red+Green+Blue) = 162+137+4=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A28904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28904 is #5D76FB. Grayscale: #818181. Windows color (decimal): -6125308 or 297378. OLE color: 297378.

HSL color Cylindrical-coordinate representation of color #A28904: hue angle of 50.51º degrees, saturation: 0.95, 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 #A28904 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 4 -
CMYK 0 0.15 0.98 0.36
HSL 50.51º 0.95% 0.33% -
HSV(B) 50.51º 0.98% 0.64% -
XYZ 23.87 25.58 3.79 -
YUV 129.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 162 137 4 0 0.15 0.98 0.36 50.51 0.95 0.33
Hex A2 89 4 0 F 62 24 33 5F 21
Octal 242 211 4 0 17 142 44 63 137 41
Binary 10100010 10001001 100 0 1111 1100010 100100 110011 1011111 100001

Color Harmonies of #A28904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28904

Black with #A28904

Text Example


Text Example

White with #A28904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28904; }

 p { color: rgb(162,137,4); }

 H1.HeaderClassName
 {
   color: #A28904;
 }
 .AnyTagClassName
 {
   color: #A28904;
 }
</style>

background-color css

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

 a { background-color: rgb(162,137,4); }

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

border-color css

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

 span { border-color: rgb(162,137,4); }

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