#AF6B4B

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

Shades of Sante Fe #AF6B4B

Tints of Sante Fe #AF6B4B

Color information

#AF6B4B (or 0xAF6B4B) is unknown color: approx Sante Fe. HEX triplet: AF, 6B and 4B. RGB value is (175,107,75). Sum of RGB (Red+Green+Blue) = 175+107+75=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B4B is #5094B4. Grayscale: #7B7B7B. Windows color (decimal): -5280949 or 4942767. OLE color: 4942767.

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

Color convert

RGB17510775-
CMYK00.390.570.31
HSL19.2º40%49.02%-
HSV(B)19.2º57.14%68.63%-
XYZ24.2120.149.27-
YUV123.68100.53164.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=49.02%
G=29.97%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751077500.390.570.3119.24049.02
HexAF6B4B027391F132831
Octal2571531130477137235061
Binary101011111101011100101101001111110011111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B4B; }

 p { color: rgb(175,107,75); }

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

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

 a { background-color: rgb(175,107,75); }

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

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

 span { border-color: rgb(175,107,75); }

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