Html Css Color HEX #A65E56 Au Chico

📋 copy color: '#A65E56'

red 166 ◦ green 94 ◦ blue 86

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

Shades of Au Chico #A65E56

Tints of Au Chico #A65E56

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 47.98%
G = 27.17%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A65E56 (or 0xA65E56) is known color: Au Chico. HEX triplet: A6, 5E and 56. RGB value is (166,94,86). Sum of RGB (Red+Green+Blue) = 166+94+86=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E56 is #59A1A9. Grayscale: #727272. Windows color (decimal): -5874090 or 5660326. OLE color: 5660326.

HSL color Cylindrical-coordinate representation of color #A65E56: hue angle of 6º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65E56 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 86 -
CMYK 0 0.43 0.48 0.35
HSL 0.32% 0.49% -
HSV(B) 0.48% 0.65% -
XYZ 21.41 16.78 10.92 -
YUV 114.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 166 94 86 0 0.43 0.48 0.35 6 0.32 0.49
Hex A6 5E 56 0 2B 30 23 6 20 31
Octal 246 136 126 0 53 60 43 6 40 61
Binary 10100110 1011110 1010110 0 101011 110000 100011 110 100000 110001

Color Harmonies of #A65E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E56

Black with #A65E56

Text Example


Text Example

White with #A65E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E56; }

 p { color: rgb(166,94,86); }

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

background-color css

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

 a { background-color: rgb(166,94,86); }

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

border-color css

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

 span { border-color: rgb(166,94,86); }

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