#AF754E

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

Shades of Sante Fe #AF754E

Tints of Sante Fe #AF754E

Color information

#AF754E (or 0xAF754E) is unknown color: approx Sante Fe. HEX triplet: AF, 75 and 4E. RGB value is (175,117,78). Sum of RGB (Red+Green+Blue) = 175+117+78=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF754E is #508AB1. Grayscale: #828282. Windows color (decimal): -5278386 or 5141935. OLE color: 5141935.

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

Color convert

RGB17511778-
CMYK00.330.550.31
HSL24.12º38.34%49.61%-
HSV(B)24.12º55.43%68.63%-
XYZ25.4222.3910.19-
YUV129.998.72160.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=47.30%
G=31.62%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751177800.330.550.3124.1238.3449.61
HexAF754E021371F182632
Octal2571651160416737304662
Binary101011111110101100111001000011101111111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF754E; }

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

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

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

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

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

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

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

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