Html Css Color HEX #A1635C Au Chico

📋 copy color: '#A1635C'

red 161 ◦ green 99 ◦ blue 92

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

Shades of Au Chico #A1635C

Tints of Au Chico #A1635C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 45.74%
G = 28.13%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1635C (or 0xA1635C) is known color: Au Chico. HEX triplet: A1, 63 and 5C. RGB value is (161,99,92). Sum of RGB (Red+Green+Blue) = 161+99+92=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1635C is #5E9CA3. Grayscale: #747474. Windows color (decimal): -6200484 or 6054817. OLE color: 6054817.

HSL color Cylindrical-coordinate representation of color #A1635C: hue angle of 6.09º 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 #A1635C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 92 -
CMYK 0 0.39 0.43 0.37
HSL 6.09º 0.27% 0.5% -
HSV(B) 6.09º 0.43% 0.63% -
XYZ 21.09 17.27 12.35 -
YUV 116.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 161 99 92 0 0.39 0.43 0.37 6.09 0.27 0.5
Hex A1 63 5C 0 27 2B 25 6 1B 32
Octal 241 143 134 0 47 53 45 6 33 62
Binary 10100001 1100011 1011100 0 100111 101011 100101 110 11011 110010

Color Harmonies of #A1635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1635C

Black with #A1635C

Text Example


Text Example

White with #A1635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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