Html Css Color HEX #A28000 Dark Goldenrod

📋 copy color: '#A28000'

red 162 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #A28000

Tints of Dark Goldenrod #A28000

RGB

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

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

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

R = 55.86%
G = 44.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A28000 (or 0xA28000) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 00. RGB value is (162,128,0). Sum of RGB (Red+Green+Blue) = 162+128+0=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A28000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28000 is #5D7FFF. Grayscale: #7C7C7C. Windows color (decimal): -6127616 or 32930. OLE color: 32930.

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

Color convert

RGB 162 128 0 -
CMYK 0 0.21 1 0.36
HSL 47.41º 1% 0.32% -
HSV(B) 47.41º 1% 0.64% -
XYZ 22.62 23.12 3.27 -
YUV 123.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 162 128 0 0 0.21 1 0.36 47.41 1 0.32
Hex A2 80 0 0 15 64 24 2F 64 20
Octal 242 200 0 0 25 144 44 57 144 40
Binary 10100010 10000000 0 0 10101 1100100 100100 101111 1100100 100000

Color Harmonies of #A28000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28000

Black with #A28000

Text Example


Text Example

White with #A28000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28000; }

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

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

background-color css

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

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

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

border-color css

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

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

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