Html Css Color HEX #AC7C05 Dark Goldenrod

📋 copy color: '#AC7C05'

red 172 ◦ green 124 ◦ blue 5

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

Shades of Dark Goldenrod #AC7C05

Tints of Dark Goldenrod #AC7C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 57.14%
G = 41.2%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC7C05 (or 0xAC7C05) is known color: Dark Goldenrod. HEX triplet: AC, 7C and 05. RGB value is (172,124,5). Sum of RGB (Red+Green+Blue) = 172+124+5=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C05 is #5383FA. Grayscale: #7D7D7D. Windows color (decimal): -5473275 or 359596. OLE color: 359596.

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

Color convert

RGB 172 124 5 -
CMYK 0 0.28 0.97 0.33
HSL 42.75º 0.94% 0.35% -
HSV(B) 42.75º 0.97% 0.67% -
XYZ 24.25 23.2 3.34 -
YUV 124.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 172 124 5 0 0.28 0.97 0.33 42.75 0.94 0.35
Hex AC 7C 5 0 1C 61 21 2B 5E 23
Octal 254 174 5 0 34 141 41 53 136 43
Binary 10101100 1111100 101 0 11100 1100001 100001 101011 1011110 100011

Color Harmonies of #AC7C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C05

Black with #AC7C05

Text Example


Text Example

White with #AC7C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C05; }

 p { color: rgb(172,124,5); }

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

background-color css

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

 a { background-color: rgb(172,124,5); }

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

border-color css

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

 span { border-color: rgb(172,124,5); }

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