Html Css Color HEX #AD6458 Au Chico

📋 copy color: '#AD6458'

red 173 ◦ green 100 ◦ blue 88

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

Shades of Au Chico #AD6458

Tints of Au Chico #AD6458

RGB

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

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

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

R = 47.92%
G = 27.7%
B = 24.38%

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

#AD6458 (or 0xAD6458) is known color: Au Chico. HEX triplet: AD, 64 and 58. RGB value is (173,100,88). Sum of RGB (Red+Green+Blue) = 173+100+88=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6458 is #529BA7. Grayscale: #787878. Windows color (decimal): -5413800 or 5792941. OLE color: 5792941.

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

Color convert

RGB 173 100 88 -
CMYK 0 0.42 0.49 0.32
HSL 8.47º 0.34% 0.51% -
HSV(B) 8.47º 0.49% 0.68% -
XYZ 23.55 18.7 11.6 -
YUV 120.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 173 100 88 0 0.42 0.49 0.32 8.47 0.34 0.51
Hex AD 64 58 0 2A 31 20 8 22 33
Octal 255 144 130 0 52 61 40 10 42 63
Binary 10101101 1100100 1011000 0 101010 110001 100000 1000 100010 110011

Color Harmonies of #AD6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6458

Black with #AD6458

Text Example


Text Example

White with #AD6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6458; }

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

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

background-color css

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

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

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

border-color css

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

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

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