Html Css Color HEX #A28902 Dark Goldenrod

📋 copy color: '#A28902'

red 162 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #A28902

Tints of Dark Goldenrod #A28902

RGB

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

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

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

R = 53.82%
G = 45.51%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28902 (or 0xA28902) is known color: Dark Goldenrod. HEX triplet: A2, 89 and 02. RGB value is (162,137,2). Sum of RGB (Red+Green+Blue) = 162+137+2=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A28902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28902 is #5D76FD. Grayscale: #818181. Windows color (decimal): -6125310 or 166306. OLE color: 166306.

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

Color convert

RGB 162 137 2 -
CMYK 0 0.15 0.99 0.36
HSL 50.63º 0.98% 0.32% -
HSV(B) 50.63º 0.99% 0.64% -
XYZ 23.86 25.58 3.74 -
YUV 129.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 162 137 2 0 0.15 0.99 0.36 50.63 0.98 0.32
Hex A2 89 2 0 F 63 24 33 62 20
Octal 242 211 2 0 17 143 44 63 142 40
Binary 10100010 10001001 10 0 1111 1100011 100100 110011 1100010 100000

Color Harmonies of #A28902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28902

Black with #A28902

Text Example


Text Example

White with #A28902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28902; }

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

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

background-color css

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

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

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

border-color css

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

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

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