Html Css Color HEX #AC7A10 Dark Goldenrod

📋 copy color: '#AC7A10'

red 172 ◦ green 122 ◦ blue 16

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

Shades of Dark Goldenrod #AC7A10

Tints of Dark Goldenrod #AC7A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 55.48%
G = 39.35%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC7A10 (or 0xAC7A10) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 10. RGB value is (172,122,16). Sum of RGB (Red+Green+Blue) = 172+122+16=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A10 is #5385EF. Grayscale: #7D7D7D. Windows color (decimal): -5473776 or 1079980. OLE color: 1079980.

HSL color Cylindrical-coordinate representation of color #AC7A10: hue angle of 40.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC7A10 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 122 16 -
CMYK 0 0.29 0.91 0.33
HSL 40.77º 0.83% 0.37% -
HSV(B) 40.77º 0.91% 0.67% -
XYZ 24.07 22.73 3.61 -
YUV 124.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 172 122 16 0 0.29 0.91 0.33 40.77 0.83 0.37
Hex AC 7A 10 0 1D 5B 21 29 53 25
Octal 254 172 20 0 35 133 41 51 123 45
Binary 10101100 1111010 10000 0 11101 1011011 100001 101001 1010011 100101

Color Harmonies of #AC7A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A10

Black with #AC7A10

Text Example


Text Example

White with #AC7A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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