Html Css Color HEX #AD7358 Sante Fe

📋 copy color: '#AD7358'

red 173 ◦ green 115 ◦ blue 88

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

Shades of Sante Fe #AD7358

Tints of Sante Fe #AD7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 46.01%
G = 30.59%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7358 (or 0xAD7358) is known color: Sante Fe. HEX triplet: AD, 73 and 58. RGB value is (173,115,88). Sum of RGB (Red+Green+Blue) = 173+115+88=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7358 is #528CA7. Grayscale: #818181. Windows color (decimal): -5409960 or 5796781. OLE color: 5796781.

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

Color convert

RGB 173 115 88 -
CMYK 0 0.34 0.49 0.32
HSL 19.06º 0.34% 0.51% -
HSV(B) 19.06º 0.49% 0.68% -
XYZ 25.13 21.85 12.13 -
YUV 129.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 173 115 88 0 0.34 0.49 0.32 19.06 0.34 0.51
Hex AD 73 58 0 22 31 20 13 22 33
Octal 255 163 130 0 42 61 40 23 42 63
Binary 10101101 1110011 1011000 0 100010 110001 100000 10011 100010 110011

Color Harmonies of #AD7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7358

Black with #AD7358

Text Example


Text Example

White with #AD7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7358; }

 p { color: rgb(173,115,88); }

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

background-color css

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

 a { background-color: rgb(173,115,88); }

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

border-color css

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

 span { border-color: rgb(173,115,88); }

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