Html Css Color HEX #A12922 Brown

📋 copy color: '#A12922'

red 161 ◦ green 41 ◦ blue 34

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

Shades of Brown #A12922

Tints of Brown #A12922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 68.22%
G = 17.37%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A12922 (or 0xA12922) is known color: Brown. HEX triplet: A1, 29 and 22. RGB value is (161,41,34). Sum of RGB (Red+Green+Blue) = 161+41+34=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A12922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12922 is #5ED6DD. Grayscale: #4C4C4C. Windows color (decimal): -6215390 or 2238881. OLE color: 2238881.

HSL color Cylindrical-coordinate representation of color #A12922: hue angle of 3.31º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12922 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 34 -
CMYK 0 0.75 0.79 0.37
HSL 3.31º 0.65% 0.38% -
HSV(B) 3.31º 0.79% 0.63% -
XYZ 15.78 9.28 2.47 -
YUV 76.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 161 41 34 0 0.75 0.79 0.37 3.31 0.65 0.38
Hex A1 29 22 0 4B 4F 25 3 41 26
Octal 241 51 42 0 113 117 45 3 101 46
Binary 10100001 101001 100010 0 1001011 1001111 100101 11 1000001 100110

Color Harmonies of #A12922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12922

Black with #A12922

Text Example


Text Example

White with #A12922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12922; }

 p { color: rgb(161,41,34); }

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

background-color css

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

 a { background-color: rgb(161,41,34); }

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

border-color css

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

 span { border-color: rgb(161,41,34); }

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