#AB634B

Color #AB634B Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AB634B

Tints of Sante Fe #AB634B

Color information

#AB634B (or 0xAB634B) is unknown color: approx Sante Fe. HEX triplet: AB, 63 and 4B. RGB value is (171,99,75). Sum of RGB (Red+Green+Blue) = 171+99+75=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB634B is #549CB4. Grayscale: #757575. Windows color (decimal): -5545141 or 4940715. OLE color: 4940715.

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

Color convert

RGB1719975-
CMYK00.420.560.33
HSL15º39.02%48.24%-
HSV(B)15º56.14%67.06%-
XYZ22.5318.098.96-
YUV117.79103.85165.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=49.57%
G=28.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171997500.420.560.331539.0248.24
HexAB634B02A3821f2730
Octal2531431130527041174760
Binary101010111100011100101101010101110001000011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB634B; }

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

 H1.HeaderClassName
 {
   color: #AB634B;
 }
 .AnyTagClassName
 {
   color: #AB634B;
 }
</style>
background-color css

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

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

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

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

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

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