Html Css Color HEX #AC6557 Sante Fe

📋 copy color: '#AC6557'

red 172 ◦ green 101 ◦ blue 87

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

Shades of Sante Fe #AC6557

Tints of Sante Fe #AC6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 87 (34.38% from 255) = 24.17%

R = 47.78%
G = 28.06%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC6557 (or 0xAC6557) is known color: Sante Fe. HEX triplet: AC, 65 and 57. RGB value is (172,101,87). Sum of RGB (Red+Green+Blue) = 172+101+87=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6557 is #539AA8. Grayscale: #787878. Windows color (decimal): -5479081 or 5727660. OLE color: 5727660.

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

Color convert

RGB 172 101 87 -
CMYK 0 0.41 0.49 0.33
HSL 9.88º 0.34% 0.51% -
HSV(B) 9.88º 0.49% 0.67% -
XYZ 23.39 18.77 11.41 -
YUV 120.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 172 101 87 0 0.41 0.49 0.33 9.88 0.34 0.51
Hex AC 65 57 0 29 31 21 A 22 33
Octal 254 145 127 0 51 61 41 12 42 63
Binary 10101100 1100101 1010111 0 101001 110001 100001 1010 100010 110011

Color Harmonies of #AC6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6557

Black with #AC6557

Text Example


Text Example

White with #AC6557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6557; }

 p { color: rgb(172,101,87); }

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

background-color css

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

 a { background-color: rgb(172,101,87); }

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

border-color css

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

 span { border-color: rgb(172,101,87); }

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