Html Css Color HEX #AC7A14 Dark Goldenrod

📋 copy color: '#AC7A14'

red 172 ◦ green 122 ◦ blue 20

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

Shades of Dark Goldenrod #AC7A14

Tints of Dark Goldenrod #AC7A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 54.78%
G = 38.85%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7A14 (or 0xAC7A14) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 14. RGB value is (172,122,20). Sum of RGB (Red+Green+Blue) = 172+122+20=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A14 is #5385EB. Grayscale: #7D7D7D. Windows color (decimal): -5473772 or 1342124. OLE color: 1342124.

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

Color convert

RGB 172 122 20 -
CMYK 0 0.29 0.88 0.33
HSL 40.26º 0.79% 0.38% -
HSV(B) 40.26º 0.88% 0.67% -
XYZ 24.1 22.74 3.78 -
YUV 125.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 172 122 20 0 0.29 0.88 0.33 40.26 0.79 0.38
Hex AC 7A 14 0 1D 58 21 28 4F 26
Octal 254 172 24 0 35 130 41 50 117 46
Binary 10101100 1111010 10100 0 11101 1011000 100001 101000 1001111 100110

Color Harmonies of #AC7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A14

Black with #AC7A14

Text Example


Text Example

White with #AC7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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