Html Css Color HEX #A28900 Dark Goldenrod

📋 copy color: '#A28900'

red 162 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #A28900

Tints of Dark Goldenrod #A28900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.18%
G = 45.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A28900 (or 0xA28900) is known color: Dark Goldenrod. HEX triplet: A2, 89 and 00. RGB value is (162,137,0). Sum of RGB (Red+Green+Blue) = 162+137+0=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A28900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28900 is #5D76FF. Grayscale: #818181. Windows color (decimal): -6125312 or 35234. OLE color: 35234.

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

Color convert

RGB 162 137 0 -
CMYK 0 0.15 1 0.36
HSL 50.74º 1% 0.32% -
HSV(B) 50.74º 1% 0.64% -
XYZ 23.85 25.57 3.68 -
YUV 128.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 162 137 0 0 0.15 1 0.36 50.74 1 0.32
Hex A2 89 0 0 F 64 24 33 64 20
Octal 242 211 0 0 17 144 44 63 144 40
Binary 10100010 10001001 0 0 1111 1100100 100100 110011 1100100 100000

Color Harmonies of #A28900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28900

Black with #A28900

Text Example


Text Example

White with #A28900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28900; }

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

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

background-color css

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

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

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

border-color css

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

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

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