Html Css Color HEX #A28004 Dark Goldenrod

📋 copy color: '#A28004'

red 162 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #A28004

Tints of Dark Goldenrod #A28004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

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

R = 55.1%
G = 43.54%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A28004 (or 0xA28004) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 04. RGB value is (162,128,4). Sum of RGB (Red+Green+Blue) = 162+128+4=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A28004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28004 is #5D7FFB. Grayscale: #7C7C7C. Windows color (decimal): -6127612 or 295074. OLE color: 295074.

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

Color convert

RGB 162 128 4 -
CMYK 0 0.21 0.98 0.36
HSL 47.09º 0.95% 0.33% -
HSV(B) 47.09º 0.98% 0.64% -
XYZ 22.64 23.13 3.39 -
YUV 124.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 162 128 4 0 0.21 0.98 0.36 47.09 0.95 0.33
Hex A2 80 4 0 15 62 24 2F 5F 21
Octal 242 200 4 0 25 142 44 57 137 41
Binary 10100010 10000000 100 0 10101 1100010 100100 101111 1011111 100001

Color Harmonies of #A28004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28004

Black with #A28004

Text Example


Text Example

White with #A28004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28004; }

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

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

background-color css

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

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

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

border-color css

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

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

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