Html Css Color HEX #AD6459 Au Chico

📋 copy color: '#AD6459'

red 173 ◦ green 100 ◦ blue 89

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

Shades of Au Chico #AD6459

Tints of Au Chico #AD6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 47.79%
G = 27.62%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD6459 (or 0xAD6459) is known color: Au Chico. HEX triplet: AD, 64 and 59. RGB value is (173,100,89). Sum of RGB (Red+Green+Blue) = 173+100+89=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6459 is #529BA6. Grayscale: #787878. Windows color (decimal): -5413799 or 5858477. OLE color: 5858477.

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

Color convert

RGB 173 100 89 -
CMYK 0 0.42 0.49 0.32
HSL 7.86º 0.34% 0.51% -
HSV(B) 7.86º 0.49% 0.68% -
XYZ 23.59 18.72 11.82 -
YUV 120.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 173 100 89 0 0.42 0.49 0.32 7.86 0.34 0.51
Hex AD 64 59 0 2A 31 20 8 22 33
Octal 255 144 131 0 52 61 40 10 42 63
Binary 10101101 1100100 1011001 0 101010 110001 100000 1000 100010 110011

Color Harmonies of #AD6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6459

Black with #AD6459

Text Example


Text Example

White with #AD6459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6459; }

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

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

background-color css

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

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

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

border-color css

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

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

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