Html Css Color HEX #AD6651 Sante Fe

📋 copy color: '#AD6651'

red 173 ◦ green 102 ◦ blue 81

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

Shades of Sante Fe #AD6651

Tints of Sante Fe #AD6651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

 BLUE value IS 81 (32.03% from 255) = 22.75%

R = 48.6%
G = 28.65%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD6651 (or 0xAD6651) is known color: Sante Fe. HEX triplet: AD, 66 and 51. RGB value is (173,102,81). Sum of RGB (Red+Green+Blue) = 173+102+81=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6651 is #5299AE. Grayscale: #787878. Windows color (decimal): -5413295 or 5334701. OLE color: 5334701.

HSL color Cylindrical-coordinate representation of color #AD6651: hue angle of 13.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6651 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 81 -
CMYK 0 0.41 0.53 0.32
HSL 13.7º 0.36% 0.5% -
HSV(B) 13.7º 0.53% 0.68% -
XYZ 23.47 18.98 10.21 -
YUV 120.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 173 102 81 0 0.41 0.53 0.32 13.7 0.36 0.5
Hex AD 66 51 0 29 35 20 E 24 32
Octal 255 146 121 0 51 65 40 16 44 62
Binary 10101101 1100110 1010001 0 101001 110101 100000 1110 100100 110010

Color Harmonies of #AD6651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6651

Black with #AD6651

Text Example


Text Example

White with #AD6651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6651; }

 p { color: rgb(173,102,81); }

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

background-color css

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

 a { background-color: rgb(173,102,81); }

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

border-color css

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

 span { border-color: rgb(173,102,81); }

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