Html Css Color HEX #A1665C Au Chico

📋 copy color: '#A1665C'

red 161 ◦ green 102 ◦ blue 92

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

Shades of Au Chico #A1665C

Tints of Au Chico #A1665C

RGB

 RED value IS 161 (63.28% from 255) = 45.35%

 GREEN value IS 102 (40.23% from 255) = 28.73%

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

R = 45.35%
G = 28.73%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1665C (or 0xA1665C) is known color: Au Chico. HEX triplet: A1, 66 and 5C. RGB value is (161,102,92). Sum of RGB (Red+Green+Blue) = 161+102+92=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1665C is #5E99A3. Grayscale: #767676. Windows color (decimal): -6199716 or 6055585. OLE color: 6055585.

HSL color Cylindrical-coordinate representation of color #A1665C: hue angle of 8.7º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1665C is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 102 92 -
CMYK 0 0.37 0.43 0.37
HSL 8.7º 0.27% 0.5% -
HSV(B) 8.7º 0.43% 0.63% -
XYZ 21.38 17.85 12.44 -
YUV 118.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 161 102 92 0 0.37 0.43 0.37 8.7 0.27 0.5
Hex A1 66 5C 0 25 2B 25 9 1B 32
Octal 241 146 134 0 45 53 45 11 33 62
Binary 10100001 1100110 1011100 0 100101 101011 100101 1001 11011 110010

Color Harmonies of #A1665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1665C

Black with #A1665C

Text Example


Text Example

White with #A1665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1665C; }

 p { color: rgb(161,102,92); }

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

background-color css

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

 a { background-color: rgb(161,102,92); }

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

border-color css

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

 span { border-color: rgb(161,102,92); }

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