Html Css Color HEX #AB6350 Sante Fe

📋 copy color: '#AB6350'

red 171 ◦ green 99 ◦ blue 80

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

Shades of Sante Fe #AB6350

Tints of Sante Fe #AB6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 48.86%
G = 28.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB6350 (or 0xAB6350) is known color: Sante Fe. HEX triplet: AB, 63 and 50. RGB value is (171,99,80). Sum of RGB (Red+Green+Blue) = 171+99+80=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6350 is #549CAF. Grayscale: #767676. Windows color (decimal): -5545136 or 5268395. OLE color: 5268395.

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

Color convert

RGB 171 99 80 -
CMYK 0 0.42 0.53 0.33
HSL 12.53º 0.36% 0.49% -
HSV(B) 12.53º 0.53% 0.67% -
XYZ 22.7 18.16 9.9 -
YUV 118.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 171 99 80 0 0.42 0.53 0.33 12.53 0.36 0.49
Hex AB 63 50 0 2A 35 21 D 24 31
Octal 253 143 120 0 52 65 41 15 44 61
Binary 10101011 1100011 1010000 0 101010 110101 100001 1101 100100 110001

Color Harmonies of #AB6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6350

Black with #AB6350

Text Example


Text Example

White with #AB6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6350; }

 p { color: rgb(171,99,80); }

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

background-color css

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

 a { background-color: rgb(171,99,80); }

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

border-color css

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

 span { border-color: rgb(171,99,80); }

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