#AF6E4C

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

Shades of Sante Fe #AF6E4C

Tints of Sante Fe #AF6E4C

Color information

#AF6E4C (or 0xAF6E4C) is unknown color: approx Sante Fe. HEX triplet: AF, 6E and 4C. RGB value is (175,110,76). Sum of RGB (Red+Green+Blue) = 175+110+76=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E4C is #5091B3. Grayscale: #7D7D7D. Windows color (decimal): -5280180 or 5009071. OLE color: 5009071.

HSL color Cylindrical-coordinate representation of color #AF6E4C: hue angle of 20.61º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6E4C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17511076-
CMYK00.370.570.31
HSL20.61º39.44%49.22%-
HSV(B)20.61º56.57%68.63%-
XYZ24.5620.799.56-
YUV125.56100.03163.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=48.48%
G=30.47%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751107600.370.570.3120.6139.4449.22
HexAF6E4C025391F152731
Octal2571561140457137254761
Binary101011111101110100110001001011110011111110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E4C; }

 p { color: rgb(175,110,76); }

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

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

 a { background-color: rgb(175,110,76); }

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

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

 span { border-color: rgb(175,110,76); }

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