Html Css Color HEX #AB614E Sante Fe

📋 copy color: '#AB614E'

red 171 ◦ green 97 ◦ blue 78

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

Shades of Sante Fe #AB614E

Tints of Sante Fe #AB614E

RGB

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

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

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

R = 49.42%
G = 28.03%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB614E (or 0xAB614E) is known color: Sante Fe. HEX triplet: AB, 61 and 4E. RGB value is (171,97,78). Sum of RGB (Red+Green+Blue) = 171+97+78=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB614E is #549EB1. Grayscale: #757575. Windows color (decimal): -5545650 or 5136811. OLE color: 5136811.

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

Color convert

RGB 171 97 78 -
CMYK 0 0.43 0.54 0.33
HSL 12.26º 0.37% 0.49% -
HSV(B) 12.26º 0.54% 0.67% -
XYZ 22.44 17.76 9.45 -
YUV 116.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 171 97 78 0 0.43 0.54 0.33 12.26 0.37 0.49
Hex AB 61 4E 0 2B 36 21 C 25 31
Octal 253 141 116 0 53 66 41 14 45 61
Binary 10101011 1100001 1001110 0 101011 110110 100001 1100 100101 110001

Color Harmonies of #AB614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB614E

Black with #AB614E

Text Example


Text Example

White with #AB614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB614E; }

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

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

background-color css

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

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

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

border-color css

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

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

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