Html Css Color HEX #AD6B5A Sante Fe

📋 copy color: '#AD6B5A'

red 173 ◦ green 107 ◦ blue 90

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

Shades of Sante Fe #AD6B5A

Tints of Sante Fe #AD6B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 46.76%
G = 28.92%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD6B5A (or 0xAD6B5A) is known color: Sante Fe. HEX triplet: AD, 6B and 5A. RGB value is (173,107,90). Sum of RGB (Red+Green+Blue) = 173+107+90=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B5A is #5294A5. Grayscale: #7C7C7C. Windows color (decimal): -5412006 or 5925805. OLE color: 5925805.

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

Color convert

RGB 173 107 90 -
CMYK 0 0.38 0.48 0.32
HSL 12.29º 0.34% 0.52% -
HSV(B) 12.29º 0.48% 0.68% -
XYZ 24.34 20.14 12.28 -
YUV 124.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 173 107 90 0 0.38 0.48 0.32 12.29 0.34 0.52
Hex AD 6B 5A 0 26 30 20 C 22 34
Octal 255 153 132 0 46 60 40 14 42 64
Binary 10101101 1101011 1011010 0 100110 110000 100000 1100 100010 110100

Color Harmonies of #AD6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B5A

Black with #AD6B5A

Text Example


Text Example

White with #AD6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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