Html Css Color HEX #AB6E4C Sante Fe

📋 copy color: '#AB6E4C'

red 171 ◦ green 110 ◦ blue 76

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

Shades of Sante Fe #AB6E4C

Tints of Sante Fe #AB6E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 47.9%
G = 30.81%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB6E4C (or 0xAB6E4C) is known color: Sante Fe. HEX triplet: AB, 6E and 4C. RGB value is (171,110,76). Sum of RGB (Red+Green+Blue) = 171+110+76=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6E4C is #5491B3. Grayscale: #7C7C7C. Windows color (decimal): -5542324 or 5009067. OLE color: 5009067.

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

Color convert

RGB 171 110 76 -
CMYK 0 0.36 0.56 0.33
HSL 21.47º 0.38% 0.48% -
HSV(B) 21.47º 0.56% 0.67% -
XYZ 23.68 20.33 9.51 -
YUV 124.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 171 110 76 0 0.36 0.56 0.33 21.47 0.38 0.48
Hex AB 6E 4C 0 24 38 21 15 26 30
Octal 253 156 114 0 44 70 41 25 46 60
Binary 10101011 1101110 1001100 0 100100 111000 100001 10101 100110 110000

Color Harmonies of #AB6E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E4C

Black with #AB6E4C

Text Example


Text Example

White with #AB6E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E4C; }

 p { color: rgb(171,110,76); }

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

background-color css

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

 a { background-color: rgb(171,110,76); }

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

border-color css

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

 span { border-color: rgb(171,110,76); }

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