Html Css Color HEX #AD7658 Sante Fe

📋 copy color: '#AD7658'

red 173 ◦ green 118 ◦ blue 88

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

Shades of Sante Fe #AD7658

Tints of Sante Fe #AD7658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 45.65%
G = 31.13%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD7658 (or 0xAD7658) is known color: Sante Fe. HEX triplet: AD, 76 and 58. RGB value is (173,118,88). Sum of RGB (Red+Green+Blue) = 173+118+88=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7658 is #5289A7. Grayscale: #838383. Windows color (decimal): -5409192 or 5797549. OLE color: 5797549.

HSL color Cylindrical-coordinate representation of color #AD7658: hue angle of 21.18º 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 #AD7658 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 88 -
CMYK 0 0.32 0.49 0.32
HSL 21.18º 0.34% 0.51% -
HSV(B) 21.18º 0.49% 0.68% -
XYZ 25.47 22.55 12.24 -
YUV 131.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 173 118 88 0 0.32 0.49 0.32 21.18 0.34 0.51
Hex AD 76 58 0 20 31 20 15 22 33
Octal 255 166 130 0 40 61 40 25 42 63
Binary 10101101 1110110 1011000 0 100000 110001 100000 10101 100010 110011

Color Harmonies of #AD7658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7658

Black with #AD7658

Text Example


Text Example

White with #AD7658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7658; }

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

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

background-color css

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

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

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

border-color css

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

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

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