Html Css Color HEX #AB6949 Sante Fe

📋 copy color: '#AB6949'

red 171 ◦ green 105 ◦ blue 73

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

Shades of Sante Fe #AB6949

Tints of Sante Fe #AB6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 49%
G = 30.09%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB6949 (or 0xAB6949) is known color: Sante Fe. HEX triplet: AB, 69 and 49. RGB value is (171,105,73). Sum of RGB (Red+Green+Blue) = 171+105+73=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6949 is #5496B6. Grayscale: #797979. Windows color (decimal): -5543607 or 4811179. OLE color: 4811179.

HSL color Cylindrical-coordinate representation of color #AB6949: hue angle of 19.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6949 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 73 -
CMYK 0 0.39 0.57 0.33
HSL 19.59º 0.4% 0.48% -
HSV(B) 19.59º 0.57% 0.67% -
XYZ 23.05 19.24 8.8 -
YUV 121.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 171 105 73 0 0.39 0.57 0.33 19.59 0.4 0.48
Hex AB 69 49 0 27 39 21 14 28 30
Octal 253 151 111 0 47 71 41 24 50 60
Binary 10101011 1101001 1001001 0 100111 111001 100001 10100 101000 110000

Color Harmonies of #AB6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6949

Black with #AB6949

Text Example


Text Example

White with #AB6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6949; }

 p { color: rgb(171,105,73); }

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

background-color css

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

 a { background-color: rgb(171,105,73); }

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

border-color css

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

 span { border-color: rgb(171,105,73); }

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