#AF6C4D

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

Shades of Sante Fe #AF6C4D

Tints of Sante Fe #AF6C4D

Color information

#AF6C4D (or 0xAF6C4D) is unknown color: approx Sante Fe. HEX triplet: AF, 6C and 4D. RGB value is (175,108,77). Sum of RGB (Red+Green+Blue) = 175+108+77=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C4D is #5093B2. Grayscale: #7C7C7C. Windows color (decimal): -5280691 or 5074095. OLE color: 5074095.

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

Color convert

RGB17510877-
CMYK00.380.560.31
HSL18.98º38.89%49.41%-
HSV(B)18.98º56%68.63%-
XYZ24.3820.379.67-
YUV124.5101.2164.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=48.61%
G=30%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751087700.380.560.3118.9838.8949.41
HexAF6C4D026381F132731
Octal2571541150467037234761
Binary101011111101100100110101001101110001111110011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C4D; }

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

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

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

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

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

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

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

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