Html Css Color HEX #AD6158 Au Chico

📋 copy color: '#AD6158'

red 173 ◦ green 97 ◦ blue 88

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

Shades of Au Chico #AD6158

Tints of Au Chico #AD6158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.58%

R = 48.32%
G = 27.09%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6158 (or 0xAD6158) is known color: Au Chico. HEX triplet: AD, 61 and 58. RGB value is (173,97,88). Sum of RGB (Red+Green+Blue) = 173+97+88=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6158 is #529EA7. Grayscale: #767676. Windows color (decimal): -5414568 or 5792173. OLE color: 5792173.

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

Color convert

RGB 173 97 88 -
CMYK 0 0.44 0.49 0.32
HSL 6.35º 0.34% 0.51% -
HSV(B) 6.35º 0.49% 0.68% -
XYZ 23.27 18.14 11.51 -
YUV 118.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 173 97 88 0 0.44 0.49 0.32 6.35 0.34 0.51
Hex AD 61 58 0 2C 31 20 6 22 33
Octal 255 141 130 0 54 61 40 6 42 63
Binary 10101101 1100001 1011000 0 101100 110001 100000 110 100010 110011

Color Harmonies of #AD6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6158

Black with #AD6158

Text Example


Text Example

White with #AD6158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6158; }

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

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

background-color css

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

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

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

border-color css

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

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

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