Html Css Color HEX #AD654C Sante Fe

📋 copy color: '#AD654C'

red 173 ◦ green 101 ◦ blue 76

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

Shades of Sante Fe #AD654C

Tints of Sante Fe #AD654C

RGB

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

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

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

R = 49.43%
G = 28.86%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD654C (or 0xAD654C) is known color: Sante Fe. HEX triplet: AD, 65 and 4C. RGB value is (173,101,76). Sum of RGB (Red+Green+Blue) = 173+101+76=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD654C is #529AB3. Grayscale: #777777. Windows color (decimal): -5413556 or 5006765. OLE color: 5006765.

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

Color convert

RGB 173 101 76 -
CMYK 0 0.42 0.56 0.32
HSL 15.46º 0.39% 0.49% -
HSV(B) 15.46º 0.56% 0.68% -
XYZ 23.19 18.71 9.23 -
YUV 119.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 173 101 76 0 0.42 0.56 0.32 15.46 0.39 0.49
Hex AD 65 4C 0 2A 38 20 F 27 31
Octal 255 145 114 0 52 70 40 17 47 61
Binary 10101101 1100101 1001100 0 101010 111000 100000 1111 100111 110001

Color Harmonies of #AD654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD654C

Black with #AD654C

Text Example


Text Example

White with #AD654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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