Html Css Color HEX #AB6552 Sante Fe

📋 copy color: '#AB6552'

red 171 ◦ green 101 ◦ blue 82

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

Shades of Sante Fe #AB6552

Tints of Sante Fe #AB6552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 48.31%
G = 28.53%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB6552 (or 0xAB6552) is known color: Sante Fe. HEX triplet: AB, 65 and 52. RGB value is (171,101,82). Sum of RGB (Red+Green+Blue) = 171+101+82=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6552 is #549AAD. Grayscale: #777777. Windows color (decimal): -5544622 or 5399979. OLE color: 5399979.

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

Color convert

RGB 171 101 82 -
CMYK 0 0.41 0.52 0.33
HSL 12.81º 0.35% 0.5% -
HSV(B) 12.81º 0.52% 0.67% -
XYZ 22.97 18.57 10.36 -
YUV 119.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 171 101 82 0 0.41 0.52 0.33 12.81 0.35 0.5
Hex AB 65 52 0 29 34 21 D 23 32
Octal 253 145 122 0 51 64 41 15 43 62
Binary 10101011 1100101 1010010 0 101001 110100 100001 1101 100011 110010

Color Harmonies of #AB6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6552

Black with #AB6552

Text Example


Text Example

White with #AB6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6552; }

 p { color: rgb(171,101,82); }

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

background-color css

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

 a { background-color: rgb(171,101,82); }

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

border-color css

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

 span { border-color: rgb(171,101,82); }

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