Html Css Color HEX #A1665A Au Chico

📋 copy color: '#A1665A'

red 161 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #A1665A

Tints of Au Chico #A1665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 45.61%
G = 28.9%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1665A (or 0xA1665A) is known color: Au Chico. HEX triplet: A1, 66 and 5A. RGB value is (161,102,90). Sum of RGB (Red+Green+Blue) = 161+102+90=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1665A is #5E99A5. Grayscale: #767676. Windows color (decimal): -6199718 or 5924513. OLE color: 5924513.

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

Color convert

RGB 161 102 90 -
CMYK 0 0.37 0.44 0.37
HSL 10.14º 0.28% 0.49% -
HSV(B) 10.14º 0.44% 0.63% -
XYZ 21.29 17.82 11.99 -
YUV 118.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 161 102 90 0 0.37 0.44 0.37 10.14 0.28 0.49
Hex A1 66 5A 0 25 2C 25 A 1C 31
Octal 241 146 132 0 45 54 45 12 34 61
Binary 10100001 1100110 1011010 0 100101 101100 100101 1010 11100 110001

Color Harmonies of #A1665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1665A

Black with #A1665A

Text Example


Text Example

White with #A1665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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