Html Css Color HEX #AB6A58 Sante Fe

📋 copy color: '#AB6A58'

red 171 ◦ green 106 ◦ blue 88

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

Shades of Sante Fe #AB6A58

Tints of Sante Fe #AB6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 46.85%
G = 29.04%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB6A58 (or 0xAB6A58) is known color: Sante Fe. HEX triplet: AB, 6A and 58. RGB value is (171,106,88). Sum of RGB (Red+Green+Blue) = 171+106+88=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A58 is #5495A7. Grayscale: #7B7B7B. Windows color (decimal): -5543336 or 5794475. OLE color: 5794475.

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

Color convert

RGB 171 106 88 -
CMYK 0 0.38 0.49 0.33
HSL 13.01º 0.33% 0.51% -
HSV(B) 13.01º 0.49% 0.67% -
XYZ 23.71 19.67 11.78 -
YUV 123.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 171 106 88 0 0.38 0.49 0.33 13.01 0.33 0.51
Hex AB 6A 58 0 26 31 21 D 21 33
Octal 253 152 130 0 46 61 41 15 41 63
Binary 10101011 1101010 1011000 0 100110 110001 100001 1101 100001 110011

Color Harmonies of #AB6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A58

Black with #AB6A58

Text Example


Text Example

White with #AB6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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