Html Css Color HEX #AD5F59 Au Chico

📋 copy color: '#AD5F59'

red 173 ◦ green 95 ◦ blue 89

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

Shades of Au Chico #AD5F59

Tints of Au Chico #AD5F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 48.46%
G = 26.61%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD5F59 (or 0xAD5F59) is known color: Au Chico. HEX triplet: AD, 5F and 59. RGB value is (173,95,89). Sum of RGB (Red+Green+Blue) = 173+95+89=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F59 is #52A0A6. Grayscale: #757575. Windows color (decimal): -5415079 or 5857197. OLE color: 5857197.

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

Color convert

RGB 173 95 89 -
CMYK 0 0.45 0.49 0.32
HSL 4.29º 0.34% 0.51% -
HSV(B) 4.29º 0.49% 0.68% -
XYZ 23.13 17.79 11.67 -
YUV 117.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 173 95 89 0 0.45 0.49 0.32 4.29 0.34 0.51
Hex AD 5F 59 0 2D 31 20 4 22 33
Octal 255 137 131 0 55 61 40 4 42 63
Binary 10101101 1011111 1011001 0 101101 110001 100000 100 100010 110011

Color Harmonies of #AD5F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F59

Black with #AD5F59

Text Example


Text Example

White with #AD5F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F59; }

 p { color: rgb(173,95,89); }

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

background-color css

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

 a { background-color: rgb(173,95,89); }

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

border-color css

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

 span { border-color: rgb(173,95,89); }

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