Html Css Color HEX #AC8302 Dark Goldenrod

📋 copy color: '#AC8302'

red 172 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #AC8302

Tints of Dark Goldenrod #AC8302

RGB

 RED value IS 172 (67.58% from 255) = 56.39%

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

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

R = 56.39%
G = 42.95%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8302 (or 0xAC8302) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 02. RGB value is (172,131,2). Sum of RGB (Red+Green+Blue) = 172+131+2=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8302 is #537CFD. Grayscale: #818181. Windows color (decimal): -5471486 or 164780. OLE color: 164780.

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

Color convert

RGB 172 131 2 -
CMYK 0 0.24 0.99 0.33
HSL 45.53º 0.98% 0.34% -
HSV(B) 45.53º 0.99% 0.67% -
XYZ 25.14 25.01 3.56 -
YUV 128.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 172 131 2 0 0.24 0.99 0.33 45.53 0.98 0.34
Hex AC 83 2 0 18 63 21 2E 62 22
Octal 254 203 2 0 30 143 41 56 142 42
Binary 10101100 10000011 10 0 11000 1100011 100001 101110 1100010 100010

Color Harmonies of #AC8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8302

Black with #AC8302

Text Example


Text Example

White with #AC8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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