Html Css Color HEX #AC7A02 Dark Goldenrod

📋 copy color: '#AC7A02'

red 172 ◦ green 122 ◦ blue 2

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

Shades of Dark Goldenrod #AC7A02

Tints of Dark Goldenrod #AC7A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 58.11%
G = 41.22%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7A02 (or 0xAC7A02) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 02. RGB value is (172,122,2). Sum of RGB (Red+Green+Blue) = 172+122+2=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A02 is #5385FD. Grayscale: #7B7B7B. Windows color (decimal): -5473790 or 162476. OLE color: 162476.

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

Color convert

RGB 172 122 2 -
CMYK 0 0.29 0.99 0.33
HSL 42.35º 0.98% 0.34% -
HSV(B) 42.35º 0.99% 0.67% -
XYZ 23.98 22.69 3.17 -
YUV 123.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 172 122 2 0 0.29 0.99 0.33 42.35 0.98 0.34
Hex AC 7A 2 0 1D 63 21 2A 62 22
Octal 254 172 2 0 35 143 41 52 142 42
Binary 10101100 1111010 10 0 11101 1100011 100001 101010 1100010 100010

Color Harmonies of #AC7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A02

Black with #AC7A02

Text Example


Text Example

White with #AC7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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