Html Css Color HEX #AB6857 Sante Fe

📋 copy color: '#AB6857'

red 171 ◦ green 104 ◦ blue 87

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

Shades of Sante Fe #AB6857

Tints of Sante Fe #AB6857

RGB

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

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

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

R = 47.24%
G = 28.73%
B = 24.03%

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

#AB6857 (or 0xAB6857) is known color: Sante Fe. HEX triplet: AB, 68 and 57. RGB value is (171,104,87). Sum of RGB (Red+Green+Blue) = 171+104+87=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6857 is #5497A8. Grayscale: #7A7A7A. Windows color (decimal): -5543849 or 5728427. OLE color: 5728427.

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

Color convert

RGB 171 104 87 -
CMYK 0 0.39 0.49 0.33
HSL 12.14º 0.33% 0.51% -
HSV(B) 12.14º 0.49% 0.67% -
XYZ 23.47 19.25 11.5 -
YUV 122.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 171 104 87 0 0.39 0.49 0.33 12.14 0.33 0.51
Hex AB 68 57 0 27 31 21 C 21 33
Octal 253 150 127 0 47 61 41 14 41 63
Binary 10101011 1101000 1010111 0 100111 110001 100001 1100 100001 110011

Color Harmonies of #AB6857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6857

Black with #AB6857

Text Example


Text Example

White with #AB6857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6857; }

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

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

background-color css

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

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

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

border-color css

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

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

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