#AF6C4E

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

Shades of Sante Fe #AF6C4E

Tints of Sante Fe #AF6C4E

Color information

#AF6C4E (or 0xAF6C4E) is unknown color: approx Sante Fe. HEX triplet: AF, 6C and 4E. RGB value is (175,108,78). Sum of RGB (Red+Green+Blue) = 175+108+78=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C4E is #5093B1. Grayscale: #7C7C7C. Windows color (decimal): -5280690 or 5139631. OLE color: 5139631.

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

Color convert

RGB17510878-
CMYK00.380.550.31
HSL18.56º38.34%49.61%-
HSV(B)18.56º55.43%68.63%-
XYZ24.4220.399.86-
YUV124.61101.7163.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=48.48%
G=29.92%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751087800.380.550.3118.5638.3449.61
HexAF6C4E026371F132632
Octal2571541160466737234662
Binary101011111101100100111001001101101111111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C4E; }

 p { color: rgb(175,108,78); }

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

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

 a { background-color: rgb(175,108,78); }

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

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

 span { border-color: rgb(175,108,78); }

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