Html Css Color HEX #AB6E5B Sante Fe

📋 copy color: '#AB6E5B'

red 171 ◦ green 110 ◦ blue 91

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

Shades of Sante Fe #AB6E5B

Tints of Sante Fe #AB6E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 45.97%
G = 29.57%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB6E5B (or 0xAB6E5B) is known color: Sante Fe. HEX triplet: AB, 6E and 5B. RGB value is (171,110,91). Sum of RGB (Red+Green+Blue) = 171+110+91=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E5B is #5491A4. Grayscale: #7E7E7E. Windows color (decimal): -5542309 or 5992107. OLE color: 5992107.

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

Color convert

RGB 171 110 91 -
CMYK 0 0.36 0.47 0.33
HSL 14.25º 0.32% 0.51% -
HSV(B) 14.25º 0.47% 0.67% -
XYZ 24.26 20.57 12.59 -
YUV 126.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 171 110 91 0 0.36 0.47 0.33 14.25 0.32 0.51
Hex AB 6E 5B 0 24 2F 21 E 20 33
Octal 253 156 133 0 44 57 41 16 40 63
Binary 10101011 1101110 1011011 0 100100 101111 100001 1110 100000 110011

Color Harmonies of #AB6E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E5B

Black with #AB6E5B

Text Example


Text Example

White with #AB6E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E5B; }

 p { color: rgb(171,110,91); }

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

background-color css

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

 a { background-color: rgb(171,110,91); }

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

border-color css

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

 span { border-color: rgb(171,110,91); }

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