Html Css Color HEX #AC6858 Sante Fe

📋 copy color: '#AC6858'

red 172 ◦ green 104 ◦ blue 88

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

Shades of Sante Fe #AC6858

Tints of Sante Fe #AC6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

 BLUE value IS 88 (34.77% from 255) = 24.18%

R = 47.25%
G = 28.57%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC6858 (or 0xAC6858) is known color: Sante Fe. HEX triplet: AC, 68 and 58. RGB value is (172,104,88). Sum of RGB (Red+Green+Blue) = 172+104+88=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6858 is #5397A7. Grayscale: #7A7A7A. Windows color (decimal): -5478312 or 5793964. OLE color: 5793964.

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

Color convert

RGB 172 104 88 -
CMYK 0 0.40 0.49 0.33
HSL 11.43º 0.34% 0.51% -
HSV(B) 11.43º 0.49% 0.67% -
XYZ 23.73 19.38 11.72 -
YUV 122.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 172 104 88 0 0.40 0.49 0.33 11.43 0.34 0.51
Hex AC 68 58 0 28 31 21 B 22 33
Octal 254 150 130 0 50 61 41 13 42 63
Binary 10101100 1101000 1011000 0 101000 110001 100001 1011 100010 110011

Color Harmonies of #AC6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6858

Black with #AC6858

Text Example


Text Example

White with #AC6858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6858; }

 p { color: rgb(172,104,88); }

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

background-color css

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

 a { background-color: rgb(172,104,88); }

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

border-color css

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

 span { border-color: rgb(172,104,88); }

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