Html Css Color HEX #A1685D Au Chico

📋 copy color: '#A1685D'

red 161 ◦ green 104 ◦ blue 93

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

Shades of Au Chico #A1685D

Tints of Au Chico #A1685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 44.97%
G = 29.05%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1685D (or 0xA1685D) is known color: Au Chico. HEX triplet: A1, 68 and 5D. RGB value is (161,104,93). Sum of RGB (Red+Green+Blue) = 161+104+93=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1685D is #5E97A2. Grayscale: #777777. Windows color (decimal): -6199203 or 6121633. OLE color: 6121633.

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

Color convert

RGB 161 104 93 -
CMYK 0 0.35 0.42 0.37
HSL 9.71º 0.27% 0.5% -
HSV(B) 9.71º 0.42% 0.63% -
XYZ 21.62 18.27 12.74 -
YUV 119.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 161 104 93 0 0.35 0.42 0.37 9.71 0.27 0.5
Hex A1 68 5D 0 23 2A 25 A 1B 32
Octal 241 150 135 0 43 52 45 12 33 62
Binary 10100001 1101000 1011101 0 100011 101010 100101 1010 11011 110010

Color Harmonies of #A1685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1685D

Black with #A1685D

Text Example


Text Example

White with #A1685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1685D; }

 p { color: rgb(161,104,93); }

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

background-color css

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

 a { background-color: rgb(161,104,93); }

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

border-color css

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

 span { border-color: rgb(161,104,93); }

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