Html Css Color HEX #AD6B4B Sante Fe

📋 copy color: '#AD6B4B'

red 173 ◦ green 107 ◦ blue 75

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

Shades of Sante Fe #AD6B4B

Tints of Sante Fe #AD6B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

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

R = 48.73%
G = 30.14%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD6B4B (or 0xAD6B4B) is known color: Sante Fe. HEX triplet: AD, 6B and 4B. RGB value is (173,107,75). Sum of RGB (Red+Green+Blue) = 173+107+75=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B4B is #5294B4. Grayscale: #7B7B7B. Windows color (decimal): -5412021 or 4942765. OLE color: 4942765.

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

Color convert

RGB 173 107 75 -
CMYK 0 0.38 0.57 0.32
HSL 19.59º 0.4% 0.49% -
HSV(B) 19.59º 0.57% 0.68% -
XYZ 23.76 19.91 9.25 -
YUV 123.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 173 107 75 0 0.38 0.57 0.32 19.59 0.4 0.49
Hex AD 6B 4B 0 26 39 20 14 28 31
Octal 255 153 113 0 46 71 40 24 50 61
Binary 10101101 1101011 1001011 0 100110 111001 100000 10100 101000 110001

Color Harmonies of #AD6B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B4B

Black with #AD6B4B

Text Example


Text Example

White with #AD6B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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