Html Css Color HEX #AB6554 Sante Fe

📋 copy color: '#AB6554'

red 171 ◦ green 101 ◦ blue 84

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

Shades of Sante Fe #AB6554

Tints of Sante Fe #AB6554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.6%

R = 48.03%
G = 28.37%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB6554 (or 0xAB6554) is known color: Sante Fe. HEX triplet: AB, 65 and 54. RGB value is (171,101,84). Sum of RGB (Red+Green+Blue) = 171+101+84=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6554 is #549AAB. Grayscale: #787878. Windows color (decimal): -5544620 or 5531051. OLE color: 5531051.

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

Color convert

RGB 171 101 84 -
CMYK 0 0.41 0.51 0.33
HSL 11.72º 0.34% 0.5% -
HSV(B) 11.72º 0.51% 0.67% -
XYZ 23.05 18.61 10.76 -
YUV 119.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 171 101 84 0 0.41 0.51 0.33 11.72 0.34 0.5
Hex AB 65 54 0 29 33 21 C 22 32
Octal 253 145 124 0 51 63 41 14 42 62
Binary 10101011 1100101 1010100 0 101001 110011 100001 1100 100010 110010

Color Harmonies of #AB6554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6554

Black with #AB6554

Text Example


Text Example

White with #AB6554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6554; }

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

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

background-color css

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

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

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

border-color css

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

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

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