Html Css Color HEX #A28200 Dark Goldenrod

📋 copy color: '#A28200'

red 162 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #A28200

Tints of Dark Goldenrod #A28200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

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

R = 55.48%
G = 44.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A28200 (or 0xA28200) is known color: Dark Goldenrod. HEX triplet: A2, 82 and 00. RGB value is (162,130,0). Sum of RGB (Red+Green+Blue) = 162+130+0=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A28200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28200 is #5D7DFF. Grayscale: #7D7D7D. Windows color (decimal): -6127104 or 33442. OLE color: 33442.

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

Color convert

RGB 162 130 0 -
CMYK 0 0.20 1 0.36
HSL 48.15º 1% 0.32% -
HSV(B) 48.15º 1% 0.64% -
XYZ 22.88 23.65 3.36 -
YUV 124.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 162 130 0 0 0.20 1 0.36 48.15 1 0.32
Hex A2 82 0 0 14 64 24 30 64 20
Octal 242 202 0 0 24 144 44 60 144 40
Binary 10100010 10000010 0 0 10100 1100100 100100 110000 1100100 100000

Color Harmonies of #A28200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28200

Black with #A28200

Text Example


Text Example

White with #A28200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28200; }

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

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

background-color css

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

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

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

border-color css

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

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

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