Html Css Color HEX #A6695C Au Chico

📋 copy color: '#A6695C'

red 166 ◦ green 105 ◦ blue 92

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

Shades of Au Chico #A6695C

Tints of Au Chico #A6695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 45.73%
G = 28.93%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6695C (or 0xA6695C) is known color: Au Chico. HEX triplet: A6, 69 and 5C. RGB value is (166,105,92). Sum of RGB (Red+Green+Blue) = 166+105+92=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6695C is #5996A3. Grayscale: #797979. Windows color (decimal): -5871268 or 6056358. OLE color: 6056358.

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

Color convert

RGB 166 105 92 -
CMYK 0 0.37 0.45 0.35
HSL 10.54º 0.29% 0.51% -
HSV(B) 10.54º 0.45% 0.65% -
XYZ 22.71 18.98 12.59 -
YUV 121.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 166 105 92 0 0.37 0.45 0.35 10.54 0.29 0.51
Hex A6 69 5C 0 25 2D 23 B 1D 33
Octal 246 151 134 0 45 55 43 13 35 63
Binary 10100110 1101001 1011100 0 100101 101101 100011 1011 11101 110011

Color Harmonies of #A6695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6695C

Black with #A6695C

Text Example


Text Example

White with #A6695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6695C; }

 p { color: rgb(166,105,92); }

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

background-color css

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

 a { background-color: rgb(166,105,92); }

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

border-color css

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

 span { border-color: rgb(166,105,92); }

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