Html Css Color HEX #AD6359 Au Chico

📋 copy color: '#AD6359'

red 173 ◦ green 99 ◦ blue 89

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

Shades of Au Chico #AD6359

Tints of Au Chico #AD6359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

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

R = 47.92%
G = 27.42%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6359 (or 0xAD6359) is known color: Au Chico. HEX triplet: AD, 63 and 59. RGB value is (173,99,89). Sum of RGB (Red+Green+Blue) = 173+99+89=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6359 is #529CA6. Grayscale: #787878. Windows color (decimal): -5414055 or 5858221. OLE color: 5858221.

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

Color convert

RGB 173 99 89 -
CMYK 0 0.43 0.49 0.32
HSL 7.14º 0.34% 0.51% -
HSV(B) 7.14º 0.49% 0.68% -
XYZ 23.5 18.53 11.79 -
YUV 119.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 173 99 89 0 0.43 0.49 0.32 7.14 0.34 0.51
Hex AD 63 59 0 2B 31 20 7 22 33
Octal 255 143 131 0 53 61 40 7 42 63
Binary 10101101 1100011 1011001 0 101011 110001 100000 111 100010 110011

Color Harmonies of #AD6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6359

Black with #AD6359

Text Example


Text Example

White with #AD6359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6359; }

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

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

background-color css

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

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

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

border-color css

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

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

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