Html Css Color HEX #A6645D Au Chico

📋 copy color: '#A6645D'

red 166 ◦ green 100 ◦ blue 93

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

Shades of Au Chico #A6645D

Tints of Au Chico #A6645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 46.24%
G = 27.86%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6645D (or 0xA6645D) is known color: Au Chico. HEX triplet: A6, 64 and 5D. RGB value is (166,100,93). Sum of RGB (Red+Green+Blue) = 166+100+93=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6645D is #599BA2. Grayscale: #777777. Windows color (decimal): -5872547 or 6120614. OLE color: 6120614.

HSL color Cylindrical-coordinate representation of color #A6645D: hue angle of 5.75º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6645D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 93 -
CMYK 0 0.40 0.44 0.35
HSL 5.75º 0.29% 0.51% -
HSV(B) 5.75º 0.44% 0.65% -
XYZ 22.26 18.01 12.66 -
YUV 118.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 166 100 93 0 0.40 0.44 0.35 5.75 0.29 0.51
Hex A6 64 5D 0 28 2C 23 6 1D 33
Octal 246 144 135 0 50 54 43 6 35 63
Binary 10100110 1100100 1011101 0 101000 101100 100011 110 11101 110011

Color Harmonies of #A6645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6645D

Black with #A6645D

Text Example


Text Example

White with #A6645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6645D; }

 p { color: rgb(166,100,93); }

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

background-color css

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

 a { background-color: rgb(166,100,93); }

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

border-color css

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

 span { border-color: rgb(166,100,93); }

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