Html Css Color HEX #A46154 Au Chico

📋 copy color: '#A46154'

red 164 ◦ green 97 ◦ blue 84

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

Shades of Au Chico #A46154

Tints of Au Chico #A46154

RGB

 RED value IS 164 (64.45% from 255) = 47.54%

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 47.54%
G = 28.12%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A46154 (or 0xA46154) is known color: Au Chico. HEX triplet: A4, 61 and 54. RGB value is (164,97,84). Sum of RGB (Red+Green+Blue) = 164+97+84=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46154 is #5B9EAB. Grayscale: #737373. Windows color (decimal): -6004396 or 5530020. OLE color: 5530020.

HSL color Cylindrical-coordinate representation of color #A46154: hue angle of 9.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46154 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 84 -
CMYK 0 0.41 0.49 0.36
HSL 9.75º 0.32% 0.49% -
HSV(B) 9.75º 0.49% 0.64% -
XYZ 21.18 17.08 10.57 -
YUV 115.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 164 97 84 0 0.41 0.49 0.36 9.75 0.32 0.49
Hex A4 61 54 0 29 31 24 A 20 31
Octal 244 141 124 0 51 61 44 12 40 61
Binary 10100100 1100001 1010100 0 101001 110001 100100 1010 100000 110001

Color Harmonies of #A46154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46154

Black with #A46154

Text Example


Text Example

White with #A46154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46154; }

 p { color: rgb(164,97,84); }

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

background-color css

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

 a { background-color: rgb(164,97,84); }

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

border-color css

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

 span { border-color: rgb(164,97,84); }

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