Html Css Color HEX #A16754 Au Chico

📋 copy color: '#A16754'

red 161 ◦ green 103 ◦ blue 84

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

Shades of Au Chico #A16754

Tints of Au Chico #A16754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 46.26%
G = 29.6%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A16754 (or 0xA16754) is known color: Au Chico. HEX triplet: A1, 67 and 54. RGB value is (161,103,84). Sum of RGB (Red+Green+Blue) = 161+103+84=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16754 is #5E98AB. Grayscale: #767676. Windows color (decimal): -6199468 or 5531553. OLE color: 5531553.

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

Color convert

RGB 161 103 84 -
CMYK 0 0.36 0.48 0.37
HSL 14.81º 0.31% 0.48% -
HSV(B) 14.81º 0.48% 0.63% -
XYZ 21.15 17.92 10.73 -
YUV 118.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 161 103 84 0 0.36 0.48 0.37 14.81 0.31 0.48
Hex A1 67 54 0 24 30 25 F 1F 30
Octal 241 147 124 0 44 60 45 17 37 60
Binary 10100001 1100111 1010100 0 100100 110000 100101 1111 11111 110000

Color Harmonies of #A16754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16754

Black with #A16754

Text Example


Text Example

White with #A16754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16754; }

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

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

background-color css

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

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

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

border-color css

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

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

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