Html Css Color HEX #AB654E Sante Fe

📋 copy color: '#AB654E'

red 171 ◦ green 101 ◦ blue 78

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

Shades of Sante Fe #AB654E

Tints of Sante Fe #AB654E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 48.86%
G = 28.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB654E (or 0xAB654E) is known color: Sante Fe. HEX triplet: AB, 65 and 4E. RGB value is (171,101,78). Sum of RGB (Red+Green+Blue) = 171+101+78=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB654E is #549AB1. Grayscale: #777777. Windows color (decimal): -5544626 or 5137835. OLE color: 5137835.

HSL color Cylindrical-coordinate representation of color #AB654E: hue angle of 14.84º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB654E is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 78 -
CMYK 0 0.41 0.54 0.33
HSL 14.84º 0.37% 0.49% -
HSV(B) 14.84º 0.54% 0.67% -
XYZ 22.82 18.52 9.58 -
YUV 119.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 171 101 78 0 0.41 0.54 0.33 14.84 0.37 0.49
Hex AB 65 4E 0 29 36 21 F 25 31
Octal 253 145 116 0 51 66 41 17 45 61
Binary 10101011 1100101 1001110 0 101001 110110 100001 1111 100101 110001

Color Harmonies of #AB654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB654E

Black with #AB654E

Text Example


Text Example

White with #AB654E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB654E; }

 p { color: rgb(171,101,78); }

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

background-color css

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

 a { background-color: rgb(171,101,78); }

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

border-color css

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

 span { border-color: rgb(171,101,78); }

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