Html Css Color HEX #A46353 Au Chico

📋 copy color: '#A46353'

red 164 ◦ green 99 ◦ blue 83

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

Shades of Au Chico #A46353

Tints of Au Chico #A46353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 47.4%
G = 28.61%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A46353 (or 0xA46353) is known color: Au Chico. HEX triplet: A4, 63 and 53. RGB value is (164,99,83). Sum of RGB (Red+Green+Blue) = 164+99+83=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46353 is #5B9CAC. Grayscale: #747474. Windows color (decimal): -6003885 or 5464996. OLE color: 5464996.

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

Color convert

RGB 164 99 83 -
CMYK 0 0.40 0.49 0.36
HSL 11.85º 0.33% 0.48% -
HSV(B) 11.85º 0.49% 0.64% -
XYZ 21.33 17.44 10.43 -
YUV 116.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 164 99 83 0 0.40 0.49 0.36 11.85 0.33 0.48
Hex A4 63 53 0 28 31 24 C 21 30
Octal 244 143 123 0 50 61 44 14 41 60
Binary 10100100 1100011 1010011 0 101000 110001 100100 1100 100001 110000

Color Harmonies of #A46353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46353

Black with #A46353

Text Example


Text Example

White with #A46353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46353; }

 p { color: rgb(164,99,83); }

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

background-color css

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

 a { background-color: rgb(164,99,83); }

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

border-color css

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

 span { border-color: rgb(164,99,83); }

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