Html Css Color HEX #A28E02 Dark Goldenrod

📋 copy color: '#A28E02'

red 162 ◦ green 142 ◦ blue 2

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

Shades of Dark Goldenrod #A28E02

Tints of Dark Goldenrod #A28E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.41%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 52.94%
G = 46.41%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28E02 (or 0xA28E02) is known color: Dark Goldenrod. HEX triplet: A2, 8E and 02. RGB value is (162,142,2). Sum of RGB (Red+Green+Blue) = 162+142+2=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E02 is #5D71FD. Grayscale: #848484. Windows color (decimal): -6124030 or 167586. OLE color: 167586.

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

Color convert

RGB 162 142 2 -
CMYK 0 0.12 0.99 0.36
HSL 52.5º 0.98% 0.32% -
HSV(B) 52.5º 0.99% 0.64% -
XYZ 24.58 27.03 3.98 -
YUV 132.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 162 142 2 0 0.12 0.99 0.36 52.5 0.98 0.32
Hex A2 8E 2 0 C 63 24 34 62 20
Octal 242 216 2 0 14 143 44 64 142 40
Binary 10100010 10001110 10 0 1100 1100011 100100 110100 1100010 100000

Color Harmonies of #A28E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E02

Black with #A28E02

Text Example


Text Example

White with #A28E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E02; }

 p { color: rgb(162,142,2); }

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

background-color css

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

 a { background-color: rgb(162,142,2); }

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

border-color css

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

 span { border-color: rgb(162,142,2); }

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