Html Css Color HEX #AB6858 Sante Fe

📋 copy color: '#AB6858'

red 171 ◦ green 104 ◦ blue 88

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

Shades of Sante Fe #AB6858

Tints of Sante Fe #AB6858

RGB

 RED value IS 171 (67.19% from 255) = 47.11%

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

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

R = 47.11%
G = 28.65%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB6858 (or 0xAB6858) is known color: Sante Fe. HEX triplet: AB, 68 and 58. RGB value is (171,104,88). Sum of RGB (Red+Green+Blue) = 171+104+88=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6858 is #5497A7. Grayscale: #7A7A7A. Windows color (decimal): -5543848 or 5793963. OLE color: 5793963.

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

Color convert

RGB 171 104 88 -
CMYK 0 0.39 0.49 0.33
HSL 11.57º 0.33% 0.51% -
HSV(B) 11.57º 0.49% 0.67% -
XYZ 23.51 19.26 11.71 -
YUV 122.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 171 104 88 0 0.39 0.49 0.33 11.57 0.33 0.51
Hex AB 68 58 0 27 31 21 C 21 33
Octal 253 150 130 0 47 61 41 14 41 63
Binary 10101011 1101000 1011000 0 100111 110001 100001 1100 100001 110011

Color Harmonies of #AB6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6858

Black with #AB6858

Text Example


Text Example

White with #AB6858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6858; }

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

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

background-color css

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

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

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

border-color css

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

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

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