Html Css Color HEX #AD6B4E Sante Fe

📋 copy color: '#AD6B4E'

red 173 ◦ green 107 ◦ blue 78

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

Shades of Sante Fe #AD6B4E

Tints of Sante Fe #AD6B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 48.32%
G = 29.89%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD6B4E (or 0xAD6B4E) is known color: Sante Fe. HEX triplet: AD, 6B and 4E. RGB value is (173,107,78). Sum of RGB (Red+Green+Blue) = 173+107+78=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B4E is #5294B1. Grayscale: #7B7B7B. Windows color (decimal): -5412018 or 5139373. OLE color: 5139373.

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

Color convert

RGB 173 107 78 -
CMYK 0 0.38 0.55 0.32
HSL 18.32º 0.38% 0.49% -
HSV(B) 18.32º 0.55% 0.68% -
XYZ 23.87 19.95 9.8 -
YUV 123.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 173 107 78 0 0.38 0.55 0.32 18.32 0.38 0.49
Hex AD 6B 4E 0 26 37 20 12 26 31
Octal 255 153 116 0 46 67 40 22 46 61
Binary 10101101 1101011 1001110 0 100110 110111 100000 10010 100110 110001

Color Harmonies of #AD6B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B4E

Black with #AD6B4E

Text Example


Text Example

White with #AD6B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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