Html Css Color HEX #A28302 Dark Goldenrod

📋 copy color: '#A28302'

red 162 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #A28302

Tints of Dark Goldenrod #A28302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 54.92%
G = 44.41%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28302 (or 0xA28302) is known color: Dark Goldenrod. HEX triplet: A2, 83 and 02. RGB value is (162,131,2). Sum of RGB (Red+Green+Blue) = 162+131+2=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A28302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28302 is #5D7CFD. Grayscale: #7E7E7E. Windows color (decimal): -6126846 or 164770. OLE color: 164770.

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

Color convert

RGB 162 131 2 -
CMYK 0 0.19 0.99 0.36
HSL 48.38º 0.98% 0.32% -
HSV(B) 48.38º 0.99% 0.64% -
XYZ 23.03 23.92 3.46 -
YUV 125.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 162 131 2 0 0.19 0.99 0.36 48.38 0.98 0.32
Hex A2 83 2 0 13 63 24 30 62 20
Octal 242 203 2 0 23 143 44 60 142 40
Binary 10100010 10000011 10 0 10011 1100011 100100 110000 1100010 100000

Color Harmonies of #A28302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28302

Black with #A28302

Text Example


Text Example

White with #A28302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28302; }

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

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

background-color css

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

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

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

border-color css

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

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

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