Html Css Color HEX #AC7D02 Dark Goldenrod

📋 copy color: '#AC7D02'

red 172 ◦ green 125 ◦ blue 2

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

Shades of Dark Goldenrod #AC7D02

Tints of Dark Goldenrod #AC7D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.81%

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

R = 57.53%
G = 41.81%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7D02 (or 0xAC7D02) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 02. RGB value is (172,125,2). Sum of RGB (Red+Green+Blue) = 172+125+2=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D02 is #5382FD. Grayscale: #7D7D7D. Windows color (decimal): -5473022 or 163244. OLE color: 163244.

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

Color convert

RGB 172 125 2 -
CMYK 0 0.27 0.99 0.33
HSL 43.41º 0.98% 0.34% -
HSV(B) 43.41º 0.99% 0.67% -
XYZ 24.36 23.44 3.3 -
YUV 125.03 58.57 161.5 -
System Red Green Blue C M Y K H S L
Decimal 172 125 2 0 0.27 0.99 0.33 43.41 0.98 0.34
Hex AC 7D 2 0 1B 63 21 2B 62 22
Octal 254 175 2 0 33 143 41 53 142 42
Binary 10101100 1111101 10 0 11011 1100011 100001 101011 1100010 100010

Color Harmonies of #AC7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D02

Black with #AC7D02

Text Example


Text Example

White with #AC7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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