Html Css Color HEX #AD734B Sante Fe

📋 copy color: '#AD734B'

red 173 ◦ green 115 ◦ blue 75

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

Shades of Sante Fe #AD734B

Tints of Sante Fe #AD734B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 47.66%
G = 31.68%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD734B (or 0xAD734B) is known color: Sante Fe. HEX triplet: AD, 73 and 4B. RGB value is (173,115,75). Sum of RGB (Red+Green+Blue) = 173+115+75=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD734B is #528CB4. Grayscale: #808080. Windows color (decimal): -5409973 or 4944813. OLE color: 4944813.

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

Color convert

RGB 173 115 75 -
CMYK 0 0.34 0.57 0.32
HSL 24.49º 0.4% 0.49% -
HSV(B) 24.49º 0.57% 0.68% -
XYZ 24.63 21.65 9.54 -
YUV 127.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 173 115 75 0 0.34 0.57 0.32 24.49 0.4 0.49
Hex AD 73 4B 0 22 39 20 18 28 31
Octal 255 163 113 0 42 71 40 30 50 61
Binary 10101101 1110011 1001011 0 100010 111001 100000 11000 101000 110001

Color Harmonies of #AD734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD734B

Black with #AD734B

Text Example


Text Example

White with #AD734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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