Html Css Color HEX #AB6651 Sante Fe

📋 copy color: '#AB6651'

red 171 ◦ green 102 ◦ blue 81

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

Shades of Sante Fe #AB6651

Tints of Sante Fe #AB6651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 81 (32.03% from 255) = 22.88%

R = 48.31%
G = 28.81%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB6651 (or 0xAB6651) is known color: Sante Fe. HEX triplet: AB, 66 and 51. RGB value is (171,102,81). Sum of RGB (Red+Green+Blue) = 171+102+81=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6651 is #5499AE. Grayscale: #787878. Windows color (decimal): -5544367 or 5334699. OLE color: 5334699.

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

Color convert

RGB 171 102 81 -
CMYK 0 0.40 0.53 0.33
HSL 14º 0.36% 0.49% -
HSV(B) 14º 0.53% 0.67% -
XYZ 23.03 18.75 10.19 -
YUV 120.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 171 102 81 0 0.40 0.53 0.33 14 0.36 0.49
Hex AB 66 51 0 28 35 21 E 24 31
Octal 253 146 121 0 50 65 41 16 44 61
Binary 10101011 1100110 1010001 0 101000 110101 100001 1110 100100 110001

Color Harmonies of #AB6651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6651

Black with #AB6651

Text Example


Text Example

White with #AB6651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6651; }

 p { color: rgb(171,102,81); }

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

background-color css

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

 a { background-color: rgb(171,102,81); }

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

border-color css

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

 span { border-color: rgb(171,102,81); }

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