Html Css Color HEX #AB6D4E Sante Fe

📋 copy color: '#AB6D4E'

red 171 ◦ green 109 ◦ blue 78

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

Shades of Sante Fe #AB6D4E

Tints of Sante Fe #AB6D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

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

R = 47.77%
G = 30.45%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB6D4E (or 0xAB6D4E) is known color: Sante Fe. HEX triplet: AB, 6D and 4E. RGB value is (171,109,78). Sum of RGB (Red+Green+Blue) = 171+109+78=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D4E is #5492B1. Grayscale: #7C7C7C. Windows color (decimal): -5542578 or 5139883. OLE color: 5139883.

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

Color convert

RGB 171 109 78 -
CMYK 0 0.36 0.54 0.33
HSL 20º 0.37% 0.49% -
HSV(B) 20º 0.54% 0.67% -
XYZ 23.64 20.15 9.85 -
YUV 124 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 171 109 78 0 0.36 0.54 0.33 20 0.37 0.49
Hex AB 6D 4E 0 24 36 21 14 25 31
Octal 253 155 116 0 44 66 41 24 45 61
Binary 10101011 1101101 1001110 0 100100 110110 100001 10100 100101 110001

Color Harmonies of #AB6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6D4E

Black with #AB6D4E

Text Example


Text Example

White with #AB6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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