Html Css Color HEX #A16357 Au Chico

📋 copy color: '#A16357'

red 161 ◦ green 99 ◦ blue 87

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

Shades of Au Chico #A16357

Tints of Au Chico #A16357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.07%

R = 46.4%
G = 28.53%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A16357 (or 0xA16357) is known color: Au Chico. HEX triplet: A1, 63 and 57. RGB value is (161,99,87). Sum of RGB (Red+Green+Blue) = 161+99+87=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16357 is #5E9CA8. Grayscale: #747474. Windows color (decimal): -6200489 or 5727137. OLE color: 5727137.

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

Color convert

RGB 161 99 87 -
CMYK 0 0.39 0.46 0.37
HSL 9.73º 0.3% 0.49% -
HSV(B) 9.73º 0.46% 0.63% -
XYZ 20.88 17.19 11.23 -
YUV 116.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 161 99 87 0 0.39 0.46 0.37 9.73 0.3 0.49
Hex A1 63 57 0 27 2E 25 A 1E 31
Octal 241 143 127 0 47 56 45 12 36 61
Binary 10100001 1100011 1010111 0 100111 101110 100101 1010 11110 110001

Color Harmonies of #A16357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16357

Black with #A16357

Text Example


Text Example

White with #A16357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16357; }

 p { color: rgb(161,99,87); }

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

background-color css

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

 a { background-color: rgb(161,99,87); }

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

border-color css

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

 span { border-color: rgb(161,99,87); }

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