#AF745A

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

Shades of Sante Fe #AF745A

Tints of Sante Fe #AF745A

Color information

#AF745A (or 0xAF745A) is unknown color: approx Sante Fe. HEX triplet: AF, 74 and 5A. RGB value is (175,116,90). Sum of RGB (Red+Green+Blue) = 175+116+90=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745A is #508BA5. Grayscale: #828282. Windows color (decimal): -5278630 or 5928111. OLE color: 5928111.

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

Color convert

RGB17511690-
CMYK00.340.490.31
HSL18.35º34.69%51.96%-
HSV(B)18.35º48.57%68.63%-
XYZ25.7722.3412.63-
YUV130.68105.05159.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=45.93%
G=30.45%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751169000.340.490.3118.3534.6951.96
HexAF745A022311F122334
Octal2571641320426137224364
Binary101011111110100101101001000101100011111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF745A; }

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

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

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

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

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

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

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

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