#AF6E4D

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

Shades of Sante Fe #AF6E4D

Tints of Sante Fe #AF6E4D

Color information

#AF6E4D (or 0xAF6E4D) is unknown color: approx Sante Fe. HEX triplet: AF, 6E and 4D. RGB value is (175,110,77). Sum of RGB (Red+Green+Blue) = 175+110+77=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E4D is #5091B2. Grayscale: #7D7D7D. Windows color (decimal): -5280179 or 5074607. OLE color: 5074607.

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

Color convert

RGB17511077-
CMYK00.370.560.31
HSL20.2º38.89%49.41%-
HSV(B)20.2º56%68.63%-
XYZ24.5920.89.74-
YUV125.67100.53163.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=48.34%
G=30.39%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751107700.370.560.3120.238.8949.41
HexAF6E4D025381F142731
Octal2571561150457037244761
Binary101011111101110100110101001011110001111110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E4D; }

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

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

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

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

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

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

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

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