Html Css Color HEX #AB6154 Sante Fe

📋 copy color: '#AB6154'

red 171 ◦ green 97 ◦ blue 84

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

Shades of Sante Fe #AB6154

Tints of Sante Fe #AB6154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 48.58%
G = 27.56%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB6154 (or 0xAB6154) is known color: Sante Fe. HEX triplet: AB, 61 and 54. RGB value is (171,97,84). Sum of RGB (Red+Green+Blue) = 171+97+84=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6154 is #549EAB. Grayscale: #757575. Windows color (decimal): -5545644 or 5530027. OLE color: 5530027.

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

Color convert

RGB 171 97 84 -
CMYK 0 0.43 0.51 0.33
HSL 8.97º 0.34% 0.5% -
HSV(B) 8.97º 0.51% 0.67% -
XYZ 22.67 17.85 10.64 -
YUV 117.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 171 97 84 0 0.43 0.51 0.33 8.97 0.34 0.5
Hex AB 61 54 0 2B 33 21 9 22 32
Octal 253 141 124 0 53 63 41 11 42 62
Binary 10101011 1100001 1010100 0 101011 110011 100001 1001 100010 110010

Color Harmonies of #AB6154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6154

Black with #AB6154

Text Example


Text Example

White with #AB6154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6154; }

 p { color: rgb(171,97,84); }

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

background-color css

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

 a { background-color: rgb(171,97,84); }

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

border-color css

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

 span { border-color: rgb(171,97,84); }

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