Html Css Color HEX #AD654D Sante Fe

📋 copy color: '#AD654D'

red 173 ◦ green 101 ◦ blue 77

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

Shades of Sante Fe #AD654D

Tints of Sante Fe #AD654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 49.29%
G = 28.77%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD654D (or 0xAD654D) is known color: Sante Fe. HEX triplet: AD, 65 and 4D. RGB value is (173,101,77). Sum of RGB (Red+Green+Blue) = 173+101+77=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD654D is #529AB2. Grayscale: #777777. Windows color (decimal): -5413555 or 5072301. OLE color: 5072301.

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

Color convert

RGB 173 101 77 -
CMYK 0 0.42 0.55 0.32
HSL 15º 0.38% 0.49% -
HSV(B) 15º 0.55% 0.68% -
XYZ 23.23 18.73 9.41 -
YUV 119.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 173 101 77 0 0.42 0.55 0.32 15 0.38 0.49
Hex AD 65 4D 0 2A 37 20 F 26 31
Octal 255 145 115 0 52 67 40 17 46 61
Binary 10101101 1100101 1001101 0 101010 110111 100000 1111 100110 110001

Color Harmonies of #AD654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD654D

Black with #AD654D

Text Example


Text Example

White with #AD654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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