Html Css Color HEX #AC7315 Golden Brown

📋 copy color: '#AC7315'

red 172 ◦ green 115 ◦ blue 21

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

Shades of Golden Brown #AC7315

Tints of Golden Brown #AC7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 55.84%
G = 37.34%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7315 (or 0xAC7315) is known color: Golden Brown. HEX triplet: AC, 73 and 15. RGB value is (172,115,21). Sum of RGB (Red+Green+Blue) = 172+115+21=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7315 is #538CEA. Grayscale: #797979. Windows color (decimal): -5475563 or 1405868. OLE color: 1405868.

HSL color Cylindrical-coordinate representation of color #AC7315: hue angle of 37.35º degrees, saturation: 0.78, 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 #AC7315 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 21 -
CMYK 0 0.33 0.88 0.33
HSL 37.35º 0.78% 0.38% -
HSV(B) 37.35º 0.88% 0.67% -
XYZ 23.28 21.09 3.55 -
YUV 121.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 172 115 21 0 0.33 0.88 0.33 37.35 0.78 0.38
Hex AC 73 15 0 21 58 21 25 4E 26
Octal 254 163 25 0 41 130 41 45 116 46
Binary 10101100 1110011 10101 0 100001 1011000 100001 100101 1001110 100110

Color Harmonies of #AC7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7315

Black with #AC7315

Text Example


Text Example

White with #AC7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7315; }

 p { color: rgb(172,115,21); }

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

background-color css

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

 a { background-color: rgb(172,115,21); }

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

border-color css

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

 span { border-color: rgb(172,115,21); }

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