Html Css Color HEX #AC7D0A Dark Goldenrod

📋 copy color: '#AC7D0A'

red 172 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #AC7D0A

Tints of Dark Goldenrod #AC7D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 56.03%
G = 40.72%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC7D0A (or 0xAC7D0A) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 0A. RGB value is (172,125,10). Sum of RGB (Red+Green+Blue) = 172+125+10=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D0A is #5382F5. Grayscale: #7E7E7E. Windows color (decimal): -5473014 or 687532. OLE color: 687532.

HSL color Cylindrical-coordinate representation of color #AC7D0A: hue angle of 42.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC7D0A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 10 -
CMYK 0 0.27 0.94 0.33
HSL 42.59º 0.89% 0.36% -
HSV(B) 42.59º 0.94% 0.67% -
XYZ 24.4 23.46 3.53 -
YUV 125.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 172 125 10 0 0.27 0.94 0.33 42.59 0.89 0.36
Hex AC 7D A 0 1B 5E 21 2B 59 24
Octal 254 175 12 0 33 136 41 53 131 44
Binary 10101100 1111101 1010 0 11011 1011110 100001 101011 1011001 100100

Color Harmonies of #AC7D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D0A

Black with #AC7D0A

Text Example


Text Example

White with #AC7D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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