Html Css Color HEX #AD654B Sante Fe

📋 copy color: '#AD654B'

red 173 ◦ green 101 ◦ blue 75

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

Shades of Sante Fe #AD654B

Tints of Sante Fe #AD654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 49.57%
G = 28.94%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD654B (or 0xAD654B) is known color: Sante Fe. HEX triplet: AD, 65 and 4B. RGB value is (173,101,75). Sum of RGB (Red+Green+Blue) = 173+101+75=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD654B is #529AB4. Grayscale: #777777. Windows color (decimal): -5413557 or 4941229. OLE color: 4941229.

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

Color convert

RGB 173 101 75 -
CMYK 0 0.42 0.57 0.32
HSL 15.92º 0.4% 0.49% -
HSV(B) 15.92º 0.57% 0.68% -
XYZ 23.16 18.7 9.05 -
YUV 119.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 173 101 75 0 0.42 0.57 0.32 15.92 0.4 0.49
Hex AD 65 4B 0 2A 39 20 10 28 31
Octal 255 145 113 0 52 71 40 20 50 61
Binary 10101101 1100101 1001011 0 101010 111001 100000 10000 101000 110001

Color Harmonies of #AD654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD654B

Black with #AD654B

Text Example


Text Example

White with #AD654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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