Html Css Color HEX #A16058 Au Chico

📋 copy color: '#A16058'

red 161 ◦ green 96 ◦ blue 88

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

Shades of Au Chico #A16058

Tints of Au Chico #A16058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 46.67%
G = 27.83%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A16058 (or 0xA16058) is known color: Au Chico. HEX triplet: A1, 60 and 58. RGB value is (161,96,88). Sum of RGB (Red+Green+Blue) = 161+96+88=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16058 is #5E9FA7. Grayscale: #727272. Windows color (decimal): -6201256 or 5791905. OLE color: 5791905.

HSL color Cylindrical-coordinate representation of color #A16058: hue angle of 6.58º 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 #A16058 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 88 -
CMYK 0 0.40 0.45 0.37
HSL 6.58º 0.29% 0.49% -
HSV(B) 6.58º 0.45% 0.63% -
XYZ 20.64 16.65 11.36 -
YUV 114.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 161 96 88 0 0.40 0.45 0.37 6.58 0.29 0.49
Hex A1 60 58 0 28 2D 25 7 1D 31
Octal 241 140 130 0 50 55 45 7 35 61
Binary 10100001 1100000 1011000 0 101000 101101 100101 111 11101 110001

Color Harmonies of #A16058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16058

Black with #A16058

Text Example


Text Example

White with #A16058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16058; }

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

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

background-color css

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

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

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

border-color css

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

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

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