#AD755A

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

Shades of Sante Fe #AD755A

Tints of Sante Fe #AD755A

Color information

#AD755A (or 0xAD755A) is unknown color: approx Sante Fe. HEX triplet: AD, 75 and 5A. RGB value is (173,117,90). Sum of RGB (Red+Green+Blue) = 173+117+90=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD755A is #528AA5. Grayscale: #828282. Windows color (decimal): -5409446 or 5928365. OLE color: 5928365.

HSL color Cylindrical-coordinate representation of color #AD755A: hue angle of 19.52º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD755A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17311790-
CMYK00.320.480.32
HSL19.52º33.6%51.57%-
HSV(B)19.52º47.98%67.84%-
XYZ25.4422.3512.65-
YUV130.67105.05158.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=45.53%
G=30.79%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731179000.320.480.3219.5233.651.57
HexAD755A0203020142234
Octal2551651320406040244264
Binary1010110111101011011010010000011000010000010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD755A; }

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

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

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

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

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

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

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

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