Html Css Color HEX #A12A26 Brown

📋 copy color: '#A12A26'

red 161 ◦ green 42 ◦ blue 38

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

Shades of Brown #A12A26

Tints of Brown #A12A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 66.8%
G = 17.43%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A12A26 (or 0xA12A26) is known color: Brown. HEX triplet: A1, 2A and 26. RGB value is (161,42,38). Sum of RGB (Red+Green+Blue) = 161+42+38=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A26 is #5ED5D9. Grayscale: #4D4D4D. Windows color (decimal): -6215130 or 2501281. OLE color: 2501281.

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

Color convert

RGB 161 42 38 -
CMYK 0 0.74 0.76 0.37
HSL 1.95º 0.62% 0.39% -
HSV(B) 1.95º 0.76% 0.63% -
XYZ 15.88 9.37 2.81 -
YUV 77.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 161 42 38 0 0.74 0.76 0.37 1.95 0.62 0.39
Hex A1 2A 26 0 4A 4C 25 2 3E 27
Octal 241 52 46 0 112 114 45 2 76 47
Binary 10100001 101010 100110 0 1001010 1001100 100101 10 111110 100111

Color Harmonies of #A12A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12A26

Black with #A12A26

Text Example


Text Example

White with #A12A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12A26; }

 p { color: rgb(161,42,38); }

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

background-color css

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

 a { background-color: rgb(161,42,38); }

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

border-color css

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

 span { border-color: rgb(161,42,38); }

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