Html Css Color HEX #A46051 Au Chico

📋 copy color: '#A46051'

red 164 ◦ green 96 ◦ blue 81

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

Shades of Au Chico #A46051

Tints of Au Chico #A46051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 48.09%
G = 28.15%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A46051 (or 0xA46051) is known color: Au Chico. HEX triplet: A4, 60 and 51. RGB value is (164,96,81). Sum of RGB (Red+Green+Blue) = 164+96+81=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46051 is #5B9FAE. Grayscale: #727272. Windows color (decimal): -6004655 or 5333156. OLE color: 5333156.

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

Color convert

RGB 164 96 81 -
CMYK 0 0.41 0.51 0.36
HSL 10.84º 0.34% 0.48% -
HSV(B) 10.84º 0.51% 0.64% -
XYZ 20.98 16.85 9.93 -
YUV 114.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 164 96 81 0 0.41 0.51 0.36 10.84 0.34 0.48
Hex A4 60 51 0 29 33 24 B 22 30
Octal 244 140 121 0 51 63 44 13 42 60
Binary 10100100 1100000 1010001 0 101001 110011 100100 1011 100010 110000

Color Harmonies of #A46051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46051

Black with #A46051

Text Example


Text Example

White with #A46051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46051; }

 p { color: rgb(164,96,81); }

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

background-color css

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

 a { background-color: rgb(164,96,81); }

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

border-color css

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

 span { border-color: rgb(164,96,81); }

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