Html Css Color HEX #AB6850 Sante Fe

📋 copy color: '#AB6850'

red 171 ◦ green 104 ◦ blue 80

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

Shades of Sante Fe #AB6850

Tints of Sante Fe #AB6850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

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

R = 48.17%
G = 29.3%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB6850 (or 0xAB6850) is known color: Sante Fe. HEX triplet: AB, 68 and 50. RGB value is (171,104,80). Sum of RGB (Red+Green+Blue) = 171+104+80=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6850 is #5497AF. Grayscale: #797979. Windows color (decimal): -5543856 or 5269675. OLE color: 5269675.

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

Color convert

RGB 171 104 80 -
CMYK 0 0.39 0.53 0.33
HSL 15.82º 0.36% 0.49% -
HSV(B) 15.82º 0.53% 0.67% -
XYZ 23.19 19.14 10.06 -
YUV 121.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 171 104 80 0 0.39 0.53 0.33 15.82 0.36 0.49
Hex AB 68 50 0 27 35 21 10 24 31
Octal 253 150 120 0 47 65 41 20 44 61
Binary 10101011 1101000 1010000 0 100111 110101 100001 10000 100100 110001

Color Harmonies of #AB6850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6850

Black with #AB6850

Text Example


Text Example

White with #AB6850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6850; }

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

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

background-color css

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

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

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

border-color css

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

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

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