Html Css Color HEX #A1625D Au Chico

📋 copy color: '#A1625D'

red 161 ◦ green 98 ◦ blue 93

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

Shades of Au Chico #A1625D

Tints of Au Chico #A1625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 45.74%
G = 27.84%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1625D (or 0xA1625D) is known color: Au Chico. HEX triplet: A1, 62 and 5D. RGB value is (161,98,93). Sum of RGB (Red+Green+Blue) = 161+98+93=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1625D is #5E9DA2. Grayscale: #747474. Windows color (decimal): -6200739 or 6120097. OLE color: 6120097.

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

Color convert

RGB 161 98 93 -
CMYK 0 0.39 0.42 0.37
HSL 4.41º 0.27% 0.5% -
HSV(B) 4.41º 0.42% 0.63% -
XYZ 21.04 17.1 12.55 -
YUV 116.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 161 98 93 0 0.39 0.42 0.37 4.41 0.27 0.5
Hex A1 62 5D 0 27 2A 25 4 1B 32
Octal 241 142 135 0 47 52 45 4 33 62
Binary 10100001 1100010 1011101 0 100111 101010 100101 100 11011 110010

Color Harmonies of #A1625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1625D

Black with #A1625D

Text Example


Text Example

White with #A1625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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