Html Css Color HEX #AC7356 Sante Fe

📋 copy color: '#AC7356'

red 172 ◦ green 115 ◦ blue 86

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

Shades of Sante Fe #AC7356

Tints of Sante Fe #AC7356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.06%

R = 46.11%
G = 30.83%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC7356 (or 0xAC7356) is known color: Sante Fe. HEX triplet: AC, 73 and 56. RGB value is (172,115,86). Sum of RGB (Red+Green+Blue) = 172+115+86=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7356 is #538CA9. Grayscale: #808080. Windows color (decimal): -5475498 or 5665708. OLE color: 5665708.

HSL color Cylindrical-coordinate representation of color #AC7356: hue angle of 20.23º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7356 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 86 -
CMYK 0 0.33 0.5 0.33
HSL 20.23º 0.34% 0.51% -
HSV(B) 20.23º 0.5% 0.67% -
XYZ 24.82 21.7 11.69 -
YUV 128.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 172 115 86 0 0.33 0.5 0.33 20.23 0.34 0.51
Hex AC 73 56 0 21 32 21 14 22 33
Octal 254 163 126 0 41 62 41 24 42 63
Binary 10101100 1110011 1010110 0 100001 110010 100001 10100 100010 110011

Color Harmonies of #AC7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7356

Black with #AC7356

Text Example


Text Example

White with #AC7356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7356; }

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

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

background-color css

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

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

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

border-color css

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

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

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