#AF6A5A

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

Shades of Sante Fe #AF6A5A

Tints of Sante Fe #AF6A5A

Color information

#AF6A5A (or 0xAF6A5A) is unknown color: approx Sante Fe. HEX triplet: AF, 6A and 5A. RGB value is (175,106,90). Sum of RGB (Red+Green+Blue) = 175+106+90=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5A is #5095A5. Grayscale: #7C7C7C. Windows color (decimal): -5281190 or 5925551. OLE color: 5925551.

HSL color Cylindrical-coordinate representation of color #AF6A5A: hue angle of 11.29º 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 #AF6A5A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17510690-
CMYK00.390.490.31
HSL11.29º34.69%51.96%-
HSV(B)11.29º48.57%68.63%-
XYZ24.6820.1612.26-
YUV124.81108.36163.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=47.17%
G=28.57%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751069000.390.490.3111.2934.6951.96
HexAF6A5A027311Fb2334
Octal2571521320476137134364
Binary10101111110101010110100100111110001111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A5A; }

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

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

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

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

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

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

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

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