Html Css Color HEX #AD734C Sante Fe

📋 copy color: '#AD734C'

red 173 ◦ green 115 ◦ blue 76

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

Shades of Sante Fe #AD734C

Tints of Sante Fe #AD734C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 47.53%
G = 31.59%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD734C (or 0xAD734C) is known color: Sante Fe. HEX triplet: AD, 73 and 4C. RGB value is (173,115,76). Sum of RGB (Red+Green+Blue) = 173+115+76=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD734C is #528CB3. Grayscale: #808080. Windows color (decimal): -5409972 or 5010349. OLE color: 5010349.

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

Color convert

RGB 173 115 76 -
CMYK 0 0.34 0.56 0.32
HSL 24.12º 0.39% 0.49% -
HSV(B) 24.12º 0.56% 0.68% -
XYZ 24.67 21.67 9.72 -
YUV 127.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 173 115 76 0 0.34 0.56 0.32 24.12 0.39 0.49
Hex AD 73 4C 0 22 38 20 18 27 31
Octal 255 163 114 0 42 70 40 30 47 61
Binary 10101101 1110011 1001100 0 100010 111000 100000 11000 100111 110001

Color Harmonies of #AD734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD734C

Black with #AD734C

Text Example


Text Example

White with #AD734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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