#AF755A

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

Shades of Sante Fe #AF755A

Tints of Sante Fe #AF755A

Color information

#AF755A (or 0xAF755A) is unknown color: approx Sante Fe. HEX triplet: AF, 75 and 5A. RGB value is (175,117,90). Sum of RGB (Red+Green+Blue) = 175+117+90=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF755A is #508AA5. Grayscale: #838383. Windows color (decimal): -5278374 or 5928367. OLE color: 5928367.

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

Color convert

RGB17511790-
CMYK00.330.490.31
HSL19.06º34.69%51.96%-
HSV(B)19.06º48.57%68.63%-
XYZ25.8922.5712.67-
YUV131.26104.72159.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=45.81%
G=30.63%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751179000.330.490.3119.0634.6951.96
HexAF755A021311F132334
Octal2571651320416137234364
Binary101011111110101101101001000011100011111110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF755A; }

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

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

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

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

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

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

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

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