#AF644E

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

Shades of Sante Fe #AF644E

Tints of Sante Fe #AF644E

Color information

#AF644E (or 0xAF644E) is unknown color: approx Sante Fe. HEX triplet: AF, 64 and 4E. RGB value is (175,100,78). Sum of RGB (Red+Green+Blue) = 175+100+78=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF644E is #509BB1. Grayscale: #787878. Windows color (decimal): -5282738 or 5137583. OLE color: 5137583.

HSL color Cylindrical-coordinate representation of color #AF644E: hue angle of 13.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF644E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17510078-
CMYK00.430.550.31
HSL13.61º38.34%49.61%-
HSV(B)13.61º55.43%68.63%-
XYZ23.6118.789.59-
YUV119.92104.35167.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=49.58%
G=28.33%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751007800.430.550.3113.6138.3449.61
HexAF644E02B371Fe2632
Octal2571441160536737164662
Binary10101111110010010011100101011110111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF644E; }

 p { color: rgb(175,100,78); }

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

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

 a { background-color: rgb(175,100,78); }

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

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

 span { border-color: rgb(175,100,78); }

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