Html Css Color HEX #AB6355 Sante Fe

📋 copy color: '#AB6355'

red 171 ◦ green 99 ◦ blue 85

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

Shades of Sante Fe #AB6355

Tints of Sante Fe #AB6355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 48.17%
G = 27.89%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB6355 (or 0xAB6355) is known color: Sante Fe. HEX triplet: AB, 63 and 55. RGB value is (171,99,85). Sum of RGB (Red+Green+Blue) = 171+99+85=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6355 is #549CAA. Grayscale: #777777. Windows color (decimal): -5545131 or 5596075. OLE color: 5596075.

HSL color Cylindrical-coordinate representation of color #AB6355: hue angle of 9.77º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6355 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 85 -
CMYK 0 0.42 0.50 0.33
HSL 9.77º 0.34% 0.5% -
HSV(B) 9.77º 0.5% 0.67% -
XYZ 22.9 18.24 10.91 -
YUV 118.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 171 99 85 0 0.42 0.50 0.33 9.77 0.34 0.5
Hex AB 63 55 0 2A 32 21 A 22 32
Octal 253 143 125 0 52 62 41 12 42 62
Binary 10101011 1100011 1010101 0 101010 110010 100001 1010 100010 110010

Color Harmonies of #AB6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6355

Black with #AB6355

Text Example


Text Example

White with #AB6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6355; }

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

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

background-color css

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

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

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

border-color css

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

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

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