Html Css Color HEX #AD6256 Sante Fe

📋 copy color: '#AD6256'

red 173 ◦ green 98 ◦ blue 86

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

Shades of Sante Fe #AD6256

Tints of Sante Fe #AD6256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 48.46%
G = 27.45%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6256 (or 0xAD6256) is known color: Sante Fe. HEX triplet: AD, 62 and 56. RGB value is (173,98,86). Sum of RGB (Red+Green+Blue) = 173+98+86=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6256 is #529DA9. Grayscale: #777777. Windows color (decimal): -5414314 or 5661357. OLE color: 5661357.

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

Color convert

RGB 173 98 86 -
CMYK 0 0.43 0.50 0.32
HSL 8.28º 0.35% 0.51% -
HSV(B) 8.28º 0.5% 0.68% -
XYZ 23.28 18.29 11.11 -
YUV 119.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 173 98 86 0 0.43 0.50 0.32 8.28 0.35 0.51
Hex AD 62 56 0 2B 32 20 8 23 33
Octal 255 142 126 0 53 62 40 10 43 63
Binary 10101101 1100010 1010110 0 101011 110010 100000 1000 100011 110011

Color Harmonies of #AD6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6256

Black with #AD6256

Text Example


Text Example

White with #AD6256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6256; }

 p { color: rgb(173,98,86); }

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

background-color css

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

 a { background-color: rgb(173,98,86); }

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

border-color css

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

 span { border-color: rgb(173,98,86); }

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