Html Css Color HEX #AC7A12 Dark Goldenrod

📋 copy color: '#AC7A12'

red 172 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #AC7A12

Tints of Dark Goldenrod #AC7A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 55.13%
G = 39.1%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC7A12 (or 0xAC7A12) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 12. RGB value is (172,122,18). Sum of RGB (Red+Green+Blue) = 172+122+18=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A12 is #5385ED. Grayscale: #7D7D7D. Windows color (decimal): -5473774 or 1211052. OLE color: 1211052.

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

Color convert

RGB 172 122 18 -
CMYK 0 0.29 0.90 0.33
HSL 40.52º 0.81% 0.37% -
HSV(B) 40.52º 0.9% 0.67% -
XYZ 24.08 22.73 3.69 -
YUV 125.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 172 122 18 0 0.29 0.90 0.33 40.52 0.81 0.37
Hex AC 7A 12 0 1D 5A 21 29 51 25
Octal 254 172 22 0 35 132 41 51 121 45
Binary 10101100 1111010 10010 0 11101 1011010 100001 101001 1010001 100101

Color Harmonies of #AC7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A12

Black with #AC7A12

Text Example


Text Example

White with #AC7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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