Html Css Color HEX #AD694A Sante Fe

📋 copy color: '#AD694A'

red 173 ◦ green 105 ◦ blue 74

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

Shades of Sante Fe #AD694A

Tints of Sante Fe #AD694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 49.15%
G = 29.83%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD694A (or 0xAD694A) is known color: Sante Fe. HEX triplet: AD, 69 and 4A. RGB value is (173,105,74). Sum of RGB (Red+Green+Blue) = 173+105+74=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD694A is #5296B5. Grayscale: #797979. Windows color (decimal): -5412534 or 4876717. OLE color: 4876717.

HSL color Cylindrical-coordinate representation of color #AD694A: hue angle of 18.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD694A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 74 -
CMYK 0 0.39 0.57 0.32
HSL 18.79º 0.4% 0.48% -
HSV(B) 18.79º 0.57% 0.68% -
XYZ 23.52 19.48 9 -
YUV 121.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 173 105 74 0 0.39 0.57 0.32 18.79 0.4 0.48
Hex AD 69 4A 0 27 39 20 13 28 30
Octal 255 151 112 0 47 71 40 23 50 60
Binary 10101101 1101001 1001010 0 100111 111001 100000 10011 101000 110000

Color Harmonies of #AD694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD694A

Black with #AD694A

Text Example


Text Example

White with #AD694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD694A; }

 p { color: rgb(173,105,74); }

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

background-color css

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

 a { background-color: rgb(173,105,74); }

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

border-color css

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

 span { border-color: rgb(173,105,74); }

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