Html Css Color HEX #A6645B Au Chico

📋 copy color: '#A6645B'

red 166 ◦ green 100 ◦ blue 91

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

Shades of Au Chico #A6645B

Tints of Au Chico #A6645B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 46.5%
G = 28.01%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6645B (or 0xA6645B) is known color: Au Chico. HEX triplet: A6, 64 and 5B. RGB value is (166,100,91). Sum of RGB (Red+Green+Blue) = 166+100+91=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6645B is #599BA4. Grayscale: #767676. Windows color (decimal): -5872549 or 5989542. OLE color: 5989542.

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

Color convert

RGB 166 100 91 -
CMYK 0 0.40 0.45 0.35
HSL 7.2º 0.3% 0.5% -
HSV(B) 7.2º 0.45% 0.65% -
XYZ 22.17 17.98 12.2 -
YUV 118.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 166 100 91 0 0.40 0.45 0.35 7.2 0.3 0.5
Hex A6 64 5B 0 28 2D 23 7 1E 32
Octal 246 144 133 0 50 55 43 7 36 62
Binary 10100110 1100100 1011011 0 101000 101101 100011 111 11110 110010

Color Harmonies of #A6645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6645B

Black with #A6645B

Text Example


Text Example

White with #A6645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6645B; }

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

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

background-color css

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

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

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

border-color css

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

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

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