Html Css Color HEX #AD734F Sante Fe

📋 copy color: '#AD734F'

red 173 ◦ green 115 ◦ blue 79

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

Shades of Sante Fe #AD734F

Tints of Sante Fe #AD734F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 47.14%
G = 31.34%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD734F (or 0xAD734F) is known color: Sante Fe. HEX triplet: AD, 73 and 4F. RGB value is (173,115,79). Sum of RGB (Red+Green+Blue) = 173+115+79=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD734F is #528CB0. Grayscale: #808080. Windows color (decimal): -5409969 or 5206957. OLE color: 5206957.

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

Color convert

RGB 173 115 79 -
CMYK 0 0.34 0.54 0.32
HSL 22.98º 0.37% 0.49% -
HSV(B) 22.98º 0.54% 0.68% -
XYZ 24.78 21.71 10.28 -
YUV 128.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 173 115 79 0 0.34 0.54 0.32 22.98 0.37 0.49
Hex AD 73 4F 0 22 36 20 17 25 31
Octal 255 163 117 0 42 66 40 27 45 61
Binary 10101101 1110011 1001111 0 100010 110110 100000 10111 100101 110001

Color Harmonies of #AD734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD734F

Black with #AD734F

Text Example


Text Example

White with #AD734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD734F; }

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

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

background-color css

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

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

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

border-color css

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

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

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