Html Css Color HEX #A16458 Au Chico

📋 copy color: '#A16458'

red 161 ◦ green 100 ◦ blue 88

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

Shades of Au Chico #A16458

Tints of Au Chico #A16458

RGB

 RED value IS 161 (63.28% from 255) = 46.13%

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

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

R = 46.13%
G = 28.65%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A16458 (or 0xA16458) is known color: Au Chico. HEX triplet: A1, 64 and 58. RGB value is (161,100,88). Sum of RGB (Red+Green+Blue) = 161+100+88=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16458 is #5E9BA7. Grayscale: #747474. Windows color (decimal): -6200232 or 5792929. OLE color: 5792929.

HSL color Cylindrical-coordinate representation of color #A16458: hue angle of 9.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16458 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 100 88 -
CMYK 0 0.38 0.45 0.37
HSL 9.86º 0.29% 0.49% -
HSV(B) 9.86º 0.45% 0.63% -
XYZ 21.02 17.4 11.48 -
YUV 116.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 161 100 88 0 0.38 0.45 0.37 9.86 0.29 0.49
Hex A1 64 58 0 26 2D 25 A 1D 31
Octal 241 144 130 0 46 55 45 12 35 61
Binary 10100001 1100100 1011000 0 100110 101101 100101 1010 11101 110001

Color Harmonies of #A16458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16458

Black with #A16458

Text Example


Text Example

White with #A16458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16458; }

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

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

background-color css

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

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

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

border-color css

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

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

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