Html Css Color HEX #AB6955 Sante Fe

📋 copy color: '#AB6955'

red 171 ◦ green 105 ◦ blue 85

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

Shades of Sante Fe #AB6955

Tints of Sante Fe #AB6955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 47.37%
G = 29.09%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB6955 (or 0xAB6955) is known color: Sante Fe. HEX triplet: AB, 69 and 55. RGB value is (171,105,85). Sum of RGB (Red+Green+Blue) = 171+105+85=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6955 is #5496AA. Grayscale: #7A7A7A. Windows color (decimal): -5543595 or 5597611. OLE color: 5597611.

HSL color Cylindrical-coordinate representation of color #AB6955: hue angle of 13.95º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6955 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 85 -
CMYK 0 0.39 0.50 0.33
HSL 13.95º 0.34% 0.5% -
HSV(B) 13.95º 0.5% 0.67% -
XYZ 23.49 19.42 11.1 -
YUV 122.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 171 105 85 0 0.39 0.50 0.33 13.95 0.34 0.5
Hex AB 69 55 0 27 32 21 E 22 32
Octal 253 151 125 0 47 62 41 16 42 62
Binary 10101011 1101001 1010101 0 100111 110010 100001 1110 100010 110010

Color Harmonies of #AB6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6955

Black with #AB6955

Text Example


Text Example

White with #AB6955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6955; }

 p { color: rgb(171,105,85); }

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

background-color css

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

 a { background-color: rgb(171,105,85); }

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

border-color css

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

 span { border-color: rgb(171,105,85); }

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