Html Css Color HEX #AD6455 Sante Fe

📋 copy color: '#AD6455'

red 173 ◦ green 100 ◦ blue 85

#AD6455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AD6455

Tints of Sante Fe #AD6455

RGB

 RED value IS 173 (67.97% from 255) = 48.32%

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 48.32%
G = 27.93%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD6455 (or 0xAD6455) is known color: Sante Fe. HEX triplet: AD, 64 and 55. RGB value is (173,100,85). Sum of RGB (Red+Green+Blue) = 173+100+85=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6455 is #529BAA. Grayscale: #787878. Windows color (decimal): -5413803 or 5596333. OLE color: 5596333.

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

Color convert

RGB 173 100 85 -
CMYK 0 0.42 0.51 0.32
HSL 10.23º 0.35% 0.51% -
HSV(B) 10.23º 0.51% 0.68% -
XYZ 23.43 18.65 10.96 -
YUV 120.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 173 100 85 0 0.42 0.51 0.32 10.23 0.35 0.51
Hex AD 64 55 0 2A 33 20 A 23 33
Octal 255 144 125 0 52 63 40 12 43 63
Binary 10101101 1100100 1010101 0 101010 110011 100000 1010 100011 110011

Color Harmonies of #AD6455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6455

Black with #AD6455

Text Example


Text Example

White with #AD6455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6455; }

 p { color: rgb(173,100,85); }

 H1.HeaderClassName
 {
   color: #AD6455;
 }
 .AnyTagClassName
 {
   color: #AD6455;
 }
</style>

background-color css

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

 a { background-color: rgb(173,100,85); }

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

border-color css

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

 span { border-color: rgb(173,100,85); }

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