#af624e

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

Shades of Sante Fe #AF624E

Tints of Sante Fe #AF624E

Color information

#AF624E (or 0xAF624E) is unknown color: approx Sante Fe. HEX triplet: AF, 62 and 4E. RGB value is (175,98,78). Sum of RGB (Red+Green+Blue) = 175+98+78=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF624E is #509DB1. Grayscale: #767676. Windows color (decimal): -5283250 or 5137071. OLE color: 5137071.

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

Color convert

RGB1759878-
CMYK00.440.550.31
HSL12.37º38.34%49.61%-
HSV(B)12.37º55.43%68.63%-
XYZ23.4218.49.52-
YUV118.74105.01168.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=49.86%
G=27.92%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175987800.440.550.3112.3738.3449.61
HexAF624E02C371Fc2632
Octal2571421160546737144662
Binary10101111110001010011100101100110111111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af624e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af624e; }

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

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

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

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

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

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

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

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