Html Css Color HEX #AC8F02 Dark Goldenrod

📋 copy color: '#AC8F02'

red 172 ◦ green 143 ◦ blue 2

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

Shades of Dark Goldenrod #AC8F02

Tints of Dark Goldenrod #AC8F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.11%

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

R = 54.26%
G = 45.11%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8F02 (or 0xAC8F02) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 02. RGB value is (172,143,2). Sum of RGB (Red+Green+Blue) = 172+143+2=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F02 is #5370FD. Grayscale: #888888. Windows color (decimal): -5468414 or 167852. OLE color: 167852.

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

Color convert

RGB 172 143 2 -
CMYK 0 0.17 0.99 0.33
HSL 49.76º 0.98% 0.34% -
HSV(B) 49.76º 0.99% 0.67% -
XYZ 26.85 28.42 4.13 -
YUV 135.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 172 143 2 0 0.17 0.99 0.33 49.76 0.98 0.34
Hex AC 8F 2 0 11 63 21 32 62 22
Octal 254 217 2 0 21 143 41 62 142 42
Binary 10101100 10001111 10 0 10001 1100011 100001 110010 1100010 100010

Color Harmonies of #AC8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F02

Black with #AC8F02

Text Example


Text Example

White with #AC8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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