Html Css Color HEX #A16054 Au Chico

📋 copy color: '#A16054'

red 161 ◦ green 96 ◦ blue 84

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

Shades of Au Chico #A16054

Tints of Au Chico #A16054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 47.21%
G = 28.15%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A16054 (or 0xA16054) is known color: Au Chico. HEX triplet: A1, 60 and 54. RGB value is (161,96,84). Sum of RGB (Red+Green+Blue) = 161+96+84=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A16054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16054 is #5E9FAB. Grayscale: #727272. Windows color (decimal): -6201260 or 5529761. OLE color: 5529761.

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

Color convert

RGB 161 96 84 -
CMYK 0 0.40 0.48 0.37
HSL 9.35º 0.31% 0.48% -
HSV(B) 9.35º 0.48% 0.63% -
XYZ 20.48 16.58 10.51 -
YUV 114.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 161 96 84 0 0.40 0.48 0.37 9.35 0.31 0.48
Hex A1 60 54 0 28 30 25 9 1F 30
Octal 241 140 124 0 50 60 45 11 37 60
Binary 10100001 1100000 1010100 0 101000 110000 100101 1001 11111 110000

Color Harmonies of #A16054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16054

Black with #A16054

Text Example


Text Example

White with #A16054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16054; }

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

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

background-color css

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

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

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

border-color css

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

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

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