#AF734C

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

Shades of Sante Fe #AF734C

Tints of Sante Fe #AF734C

Color information

#AF734C (or 0xAF734C) is unknown color: approx Sante Fe. HEX triplet: AF, 73 and 4C. RGB value is (175,115,76). Sum of RGB (Red+Green+Blue) = 175+115+76=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF734C is #508CB3. Grayscale: #808080. Windows color (decimal): -5278900 or 5010351. OLE color: 5010351.

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

Color convert

RGB17511576-
CMYK00.340.570.31
HSL23.64º39.44%49.22%-
HSV(B)23.64º56.57%68.63%-
XYZ25.1121.99.74-
YUV128.4998.38161.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=47.81%
G=31.42%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751157600.340.570.3123.6439.4449.22
HexAF734C022391F182731
Octal2571631140427137304761
Binary101011111110011100110001000101110011111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF734C; }

 p { color: rgb(175,115,76); }

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

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

 a { background-color: rgb(175,115,76); }

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

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

 span { border-color: rgb(175,115,76); }

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