Html Css Color HEX #AD664B Sante Fe

📋 copy color: '#AD664B'

red 173 ◦ green 102 ◦ blue 75

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

Shades of Sante Fe #AD664B

Tints of Sante Fe #AD664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 49.43%
G = 29.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD664B (or 0xAD664B) is known color: Sante Fe. HEX triplet: AD, 66 and 4B. RGB value is (173,102,75). Sum of RGB (Red+Green+Blue) = 173+102+75=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD664B is #5299B4. Grayscale: #787878. Windows color (decimal): -5413301 or 4941485. OLE color: 4941485.

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

Color convert

RGB 173 102 75 -
CMYK 0 0.41 0.57 0.32
HSL 16.53º 0.4% 0.49% -
HSV(B) 16.53º 0.57% 0.68% -
XYZ 23.25 18.89 9.08 -
YUV 120.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 173 102 75 0 0.41 0.57 0.32 16.53 0.4 0.49
Hex AD 66 4B 0 29 39 20 11 28 31
Octal 255 146 113 0 51 71 40 21 50 61
Binary 10101101 1100110 1001011 0 101001 111001 100000 10001 101000 110001

Color Harmonies of #AD664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD664B

Black with #AD664B

Text Example


Text Example

White with #AD664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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