Html Css Color HEX #AD754F Sante Fe

📋 copy color: '#AD754F'

red 173 ◦ green 117 ◦ blue 79

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

Shades of Sante Fe #AD754F

Tints of Sante Fe #AD754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

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

R = 46.88%
G = 31.71%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD754F (or 0xAD754F) is known color: Sante Fe. HEX triplet: AD, 75 and 4F. RGB value is (173,117,79). Sum of RGB (Red+Green+Blue) = 173+117+79=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD754F is #528AB0. Grayscale: #818181. Windows color (decimal): -5409457 or 5207469. OLE color: 5207469.

HSL color Cylindrical-coordinate representation of color #AD754F: hue angle of 24.26º 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 #AD754F is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 117 79 -
CMYK 0 0.32 0.54 0.32
HSL 24.26º 0.37% 0.49% -
HSV(B) 24.26º 0.54% 0.68% -
XYZ 25.01 22.17 10.36 -
YUV 129.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 173 117 79 0 0.32 0.54 0.32 24.26 0.37 0.49
Hex AD 75 4F 0 20 36 20 18 25 31
Octal 255 165 117 0 40 66 40 30 45 61
Binary 10101101 1110101 1001111 0 100000 110110 100000 11000 100101 110001

Color Harmonies of #AD754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD754F

Black with #AD754F

Text Example


Text Example

White with #AD754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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