Html Css Color HEX #A1823D Alpine

📋 copy color: '#A1823D'

red 161 ◦ green 130 ◦ blue 61

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

Shades of Alpine #A1823D

Tints of Alpine #A1823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 45.74%
G = 36.93%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1823D (or 0xA1823D) is known color: Alpine. HEX triplet: A1, 82 and 3D. RGB value is (161,130,61). Sum of RGB (Red+Green+Blue) = 161+130+61=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1823D is #5E7DC2. Grayscale: #838383. Windows color (decimal): -6192579 or 4031137. OLE color: 4031137.

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

Color convert

RGB 161 130 61 -
CMYK 0 0.19 0.62 0.37
HSL 41.4º 0.45% 0.44% -
HSV(B) 41.4º 0.62% 0.63% -
XYZ 23.52 23.88 7.78 -
YUV 131.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 161 130 61 0 0.19 0.62 0.37 41.4 0.45 0.44
Hex A1 82 3D 0 13 3E 25 29 2D 2C
Octal 241 202 75 0 23 76 45 51 55 54
Binary 10100001 10000010 111101 0 10011 111110 100101 101001 101101 101100

Color Harmonies of #A1823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1823D

Black with #A1823D

Text Example


Text Example

White with #A1823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1823D; }

 p { color: rgb(161,130,61); }

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

background-color css

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

 a { background-color: rgb(161,130,61); }

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

border-color css

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

 span { border-color: rgb(161,130,61); }

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