Html Css Color HEX #AC7F02 Dark Goldenrod

📋 copy color: '#AC7F02'

red 172 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #AC7F02

Tints of Dark Goldenrod #AC7F02

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

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

R = 57.14%
G = 42.19%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7F02 (or 0xAC7F02) is known color: Dark Goldenrod. HEX triplet: AC, 7F and 02. RGB value is (172,127,2). Sum of RGB (Red+Green+Blue) = 172+127+2=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7F02 is #5380FD. Grayscale: #7E7E7E. Windows color (decimal): -5472510 or 163756. OLE color: 163756.

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

Color convert

RGB 172 127 2 -
CMYK 0 0.26 0.99 0.33
HSL 44.12º 0.98% 0.34% -
HSV(B) 44.12º 0.99% 0.67% -
XYZ 24.61 23.95 3.38 -
YUV 126.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 172 127 2 0 0.26 0.99 0.33 44.12 0.98 0.34
Hex AC 7F 2 0 1A 63 21 2C 62 22
Octal 254 177 2 0 32 143 41 54 142 42
Binary 10101100 1111111 10 0 11010 1100011 100001 101100 1100010 100010

Color Harmonies of #AC7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F02

Black with #AC7F02

Text Example


Text Example

White with #AC7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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