Html Css Color HEX #AD6358 Au Chico

📋 copy color: '#AD6358'

red 173 ◦ green 99 ◦ blue 88

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

Shades of Au Chico #AD6358

Tints of Au Chico #AD6358

RGB

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

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

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

R = 48.06%
G = 27.5%
B = 24.44%

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

#AD6358 (or 0xAD6358) is known color: Au Chico. HEX triplet: AD, 63 and 58. RGB value is (173,99,88). Sum of RGB (Red+Green+Blue) = 173+99+88=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6358 is #529CA7. Grayscale: #777777. Windows color (decimal): -5414056 or 5792685. OLE color: 5792685.

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

Color convert

RGB 173 99 88 -
CMYK 0 0.43 0.49 0.32
HSL 7.76º 0.34% 0.51% -
HSV(B) 7.76º 0.49% 0.68% -
XYZ 23.46 18.51 11.57 -
YUV 119.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 173 99 88 0 0.43 0.49 0.32 7.76 0.34 0.51
Hex AD 63 58 0 2B 31 20 8 22 33
Octal 255 143 130 0 53 61 40 10 42 63
Binary 10101101 1100011 1011000 0 101011 110001 100000 1000 100010 110011

Color Harmonies of #AD6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6358

Black with #AD6358

Text Example


Text Example

White with #AD6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6358; }

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

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

background-color css

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

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

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

border-color css

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

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

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