Html Css Color HEX #AC7213 Golden Brown

📋 copy color: '#AC7213'

red 172 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #AC7213

Tints of Golden Brown #AC7213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 56.39%
G = 37.38%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC7213 (or 0xAC7213) is known color: Golden Brown. HEX triplet: AC, 72 and 13. RGB value is (172,114,19). Sum of RGB (Red+Green+Blue) = 172+114+19=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7213 is #538DEC. Grayscale: #787878. Windows color (decimal): -5475821 or 1274540. OLE color: 1274540.

HSL color Cylindrical-coordinate representation of color #AC7213: hue angle of 37.25º 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 #AC7213 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 114 19 -
CMYK 0 0.34 0.89 0.33
HSL 37.25º 0.8% 0.37% -
HSV(B) 37.25º 0.89% 0.67% -
XYZ 23.15 20.85 3.42 -
YUV 120.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 172 114 19 0 0.34 0.89 0.33 37.25 0.8 0.37
Hex AC 72 13 0 22 59 21 25 50 25
Octal 254 162 23 0 42 131 41 45 120 45
Binary 10101100 1110010 10011 0 100010 1011001 100001 100101 1010000 100101

Color Harmonies of #AC7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7213

Black with #AC7213

Text Example


Text Example

White with #AC7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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