Html Css Color HEX #AC7A13 Dark Goldenrod

📋 copy color: '#AC7A13'

red 172 ◦ green 122 ◦ blue 19

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

Shades of Dark Goldenrod #AC7A13

Tints of Dark Goldenrod #AC7A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 54.95%
G = 38.98%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC7A13 (or 0xAC7A13) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 13. RGB value is (172,122,19). Sum of RGB (Red+Green+Blue) = 172+122+19=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A13 is #5385EC. Grayscale: #7D7D7D. Windows color (decimal): -5473773 or 1276588. OLE color: 1276588.

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

Color convert

RGB 172 122 19 -
CMYK 0 0.29 0.89 0.33
HSL 40.39º 0.8% 0.37% -
HSV(B) 40.39º 0.89% 0.67% -
XYZ 24.09 22.74 3.74 -
YUV 125.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 172 122 19 0 0.29 0.89 0.33 40.39 0.8 0.37
Hex AC 7A 13 0 1D 59 21 28 50 25
Octal 254 172 23 0 35 131 41 50 120 45
Binary 10101100 1111010 10011 0 11101 1011001 100001 101000 1010000 100101

Color Harmonies of #AC7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A13

Black with #AC7A13

Text Example


Text Example

White with #AC7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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