Html Css Color HEX #A28400 Dark Goldenrod

📋 copy color: '#A28400'

red 162 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #A28400

Tints of Dark Goldenrod #A28400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

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

R = 55.1%
G = 44.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A28400 (or 0xA28400) is known color: Dark Goldenrod. HEX triplet: A2, 84 and 00. RGB value is (162,132,0). Sum of RGB (Red+Green+Blue) = 162+132+0=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A28400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28400 is #5D7BFF. Grayscale: #7E7E7E. Windows color (decimal): -6126592 or 33954. OLE color: 33954.

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

Color convert

RGB 162 132 0 -
CMYK 0 0.19 1 0.36
HSL 48.89º 1% 0.32% -
HSV(B) 48.89º 1% 0.64% -
XYZ 23.15 24.18 3.45 -
YUV 125.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 162 132 0 0 0.19 1 0.36 48.89 1 0.32
Hex A2 84 0 0 13 64 24 31 64 20
Octal 242 204 0 0 23 144 44 61 144 40
Binary 10100010 10000100 0 0 10011 1100100 100100 110001 1100100 100000

Color Harmonies of #A28400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28400

Black with #A28400

Text Example


Text Example

White with #A28400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28400; }

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

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

background-color css

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

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

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

border-color css

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

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

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