#AF6D5A

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

Shades of Sante Fe #AF6D5A

Tints of Sante Fe #AF6D5A

Color information

#AF6D5A (or 0xAF6D5A) is unknown color: approx Sante Fe. HEX triplet: AF, 6D and 5A. RGB value is (175,109,90). Sum of RGB (Red+Green+Blue) = 175+109+90=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D5A is #5092A5. Grayscale: #7E7E7E. Windows color (decimal): -5280422 or 5926319. OLE color: 5926319.

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

Color convert

RGB17510990-
CMYK00.380.490.31
HSL13.41º34.69%51.96%-
HSV(B)13.41º48.57%68.63%-
XYZ24.9920.7912.37-
YUV126.57107.37162.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=46.79%
G=29.14%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751099000.380.490.3113.4134.6951.96
HexAF6D5A026311Fd2334
Octal2571551320466137154364
Binary10101111110110110110100100110110001111111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D5A; }

 p { color: rgb(175,109,90); }

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

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

 a { background-color: rgb(175,109,90); }

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

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

 span { border-color: rgb(175,109,90); }

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