Html Css Color HEX #AD6156 Au Chico

📋 copy color: '#AD6156'

red 173 ◦ green 97 ◦ blue 86

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

Shades of Au Chico #AD6156

Tints of Au Chico #AD6156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 86 (33.98% from 255) = 24.16%

R = 48.6%
G = 27.25%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD6156 (or 0xAD6156) is known color: Au Chico. HEX triplet: AD, 61 and 56. RGB value is (173,97,86). Sum of RGB (Red+Green+Blue) = 173+97+86=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6156 is #529EA9. Grayscale: #767676. Windows color (decimal): -5414570 or 5661101. OLE color: 5661101.

HSL color Cylindrical-coordinate representation of color #AD6156: hue angle of 7.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6156 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 86 -
CMYK 0 0.44 0.50 0.32
HSL 7.59º 0.35% 0.51% -
HSV(B) 7.59º 0.5% 0.68% -
XYZ 23.19 18.11 11.08 -
YUV 118.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 173 97 86 0 0.44 0.50 0.32 7.59 0.35 0.51
Hex AD 61 56 0 2C 32 20 8 23 33
Octal 255 141 126 0 54 62 40 10 43 63
Binary 10101101 1100001 1010110 0 101100 110010 100000 1000 100011 110011

Color Harmonies of #AD6156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6156

Black with #AD6156

Text Example


Text Example

White with #AD6156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6156; }

 p { color: rgb(173,97,86); }

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

background-color css

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

 a { background-color: rgb(173,97,86); }

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

border-color css

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

 span { border-color: rgb(173,97,86); }

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