Html Css Color HEX #A16954 Au Chico

📋 copy color: '#A16954'

red 161 ◦ green 105 ◦ blue 84

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

Shades of Au Chico #A16954

Tints of Au Chico #A16954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 46%
G = 30%
B = 24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A16954 (or 0xA16954) is known color: Au Chico. HEX triplet: A1, 69 and 54. RGB value is (161,105,84). Sum of RGB (Red+Green+Blue) = 161+105+84=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A16954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16954 is #5E96AB. Grayscale: #777777. Windows color (decimal): -6198956 or 5532065. OLE color: 5532065.

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

Color convert

RGB 161 105 84 -
CMYK 0 0.35 0.48 0.37
HSL 16.36º 0.31% 0.48% -
HSV(B) 16.36º 0.48% 0.63% -
XYZ 21.35 18.32 10.8 -
YUV 119.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 161 105 84 0 0.35 0.48 0.37 16.36 0.31 0.48
Hex A1 69 54 0 23 30 25 10 1F 30
Octal 241 151 124 0 43 60 45 20 37 60
Binary 10100001 1101001 1010100 0 100011 110000 100101 10000 11111 110000

Color Harmonies of #A16954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16954

Black with #A16954

Text Example


Text Example

White with #A16954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16954; }

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

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

background-color css

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

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

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

border-color css

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

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

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