Html Css Color HEX #AD634C Sante Fe

📋 copy color: '#AD634C'

red 173 ◦ green 99 ◦ blue 76

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

Shades of Sante Fe #AD634C

Tints of Sante Fe #AD634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

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

R = 49.71%
G = 28.45%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD634C (or 0xAD634C) is known color: Sante Fe. HEX triplet: AD, 63 and 4C. RGB value is (173,99,76). Sum of RGB (Red+Green+Blue) = 173+99+76=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD634C is #529CB3. Grayscale: #767676. Windows color (decimal): -5414068 or 5006253. OLE color: 5006253.

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

Color convert

RGB 173 99 76 -
CMYK 0 0.43 0.56 0.32
HSL 14.23º 0.39% 0.49% -
HSV(B) 14.23º 0.56% 0.68% -
XYZ 23 18.33 9.16 -
YUV 118.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 173 99 76 0 0.43 0.56 0.32 14.23 0.39 0.49
Hex AD 63 4C 0 2B 38 20 E 27 31
Octal 255 143 114 0 53 70 40 16 47 61
Binary 10101101 1100011 1001100 0 101011 111000 100000 1110 100111 110001

Color Harmonies of #AD634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD634C

Black with #AD634C

Text Example


Text Example

White with #AD634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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