Html Css Color HEX #A88302 Dark Goldenrod

📋 copy color: '#A88302'

red 168 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #A88302

Tints of Dark Goldenrod #A88302

RGB

 RED value IS 168 (66.02% from 255) = 55.81%

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

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

R = 55.81%
G = 43.52%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88302 (or 0xA88302) is known color: Dark Goldenrod. HEX triplet: A8, 83 and 02. RGB value is (168,131,2). Sum of RGB (Red+Green+Blue) = 168+131+2=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A88302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88302 is #577CFD. Grayscale: #7F7F7F. Windows color (decimal): -5733630 or 164776. OLE color: 164776.

HSL color Cylindrical-coordinate representation of color #A88302: hue angle of 46.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A88302 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 2 -
CMYK 0 0.22 0.99 0.34
HSL 46.63º 0.98% 0.33% -
HSV(B) 46.63º 0.99% 0.66% -
XYZ 24.28 24.56 3.52 -
YUV 127.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 168 131 2 0 0.22 0.99 0.34 46.63 0.98 0.33
Hex A8 83 2 0 16 63 22 2F 62 21
Octal 250 203 2 0 26 143 42 57 142 41
Binary 10101000 10000011 10 0 10110 1100011 100010 101111 1100010 100001

Color Harmonies of #A88302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88302

Black with #A88302

Text Example


Text Example

White with #A88302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88302; }

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

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

background-color css

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

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

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

border-color css

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

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

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