Html Css Color HEX #A16655 Au Chico

📋 copy color: '#A16655'

red 161 ◦ green 102 ◦ blue 85

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

Shades of Au Chico #A16655

Tints of Au Chico #A16655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 46.26%
G = 29.31%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A16655 (or 0xA16655) is known color: Au Chico. HEX triplet: A1, 66 and 55. RGB value is (161,102,85). Sum of RGB (Red+Green+Blue) = 161+102+85=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16655 is #5E99AA. Grayscale: #757575. Windows color (decimal): -6199723 or 5596833. OLE color: 5596833.

HSL color Cylindrical-coordinate representation of color #A16655: hue angle of 13.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16655 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 102 85 -
CMYK 0 0.37 0.47 0.37
HSL 13.42º 0.31% 0.48% -
HSV(B) 13.42º 0.47% 0.63% -
XYZ 21.09 17.74 10.91 -
YUV 117.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 161 102 85 0 0.37 0.47 0.37 13.42 0.31 0.48
Hex A1 66 55 0 25 2F 25 D 1F 30
Octal 241 146 125 0 45 57 45 15 37 60
Binary 10100001 1100110 1010101 0 100101 101111 100101 1101 11111 110000

Color Harmonies of #A16655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16655

Black with #A16655

Text Example


Text Example

White with #A16655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16655; }

 p { color: rgb(161,102,85); }

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

background-color css

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

 a { background-color: rgb(161,102,85); }

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

border-color css

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

 span { border-color: rgb(161,102,85); }

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