Html Css Color HEX #A28D04 Dark Goldenrod

📋 copy color: '#A28D04'

red 162 ◦ green 141 ◦ blue 4

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

Shades of Dark Goldenrod #A28D04

Tints of Dark Goldenrod #A28D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

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

R = 52.77%
G = 45.93%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A28D04 (or 0xA28D04) is known color: Dark Goldenrod. HEX triplet: A2, 8D and 04. RGB value is (162,141,4). Sum of RGB (Red+Green+Blue) = 162+141+4=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28D04 is #5D72FB. Grayscale: #848484. Windows color (decimal): -6124284 or 298402. OLE color: 298402.

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

Color convert

RGB 162 141 4 -
CMYK 0 0.13 0.98 0.36
HSL 52.03º 0.95% 0.33% -
HSV(B) 52.03º 0.98% 0.64% -
XYZ 24.45 26.74 3.99 -
YUV 131.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 162 141 4 0 0.13 0.98 0.36 52.03 0.95 0.33
Hex A2 8D 4 0 D 62 24 34 5F 21
Octal 242 215 4 0 15 142 44 64 137 41
Binary 10100010 10001101 100 0 1101 1100010 100100 110100 1011111 100001

Color Harmonies of #A28D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D04

Black with #A28D04

Text Example


Text Example

White with #A28D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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