Html Css Color HEX #A22C14 Brown

📋 copy color: '#A22C14'

red 162 ◦ green 44 ◦ blue 20

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

Shades of Brown #A22C14

Tints of Brown #A22C14

RGB

 RED value IS 162 (63.67% from 255) = 71.68%

 GREEN value IS 44 (17.58% from 255) = 19.47%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 71.68%
G = 19.47%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A22C14 (or 0xA22C14) is known color: Brown. HEX triplet: A2, 2C and 14. RGB value is (162,44,20). Sum of RGB (Red+Green+Blue) = 162+44+20=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C14 is #5DD3EB. Grayscale: #4C4C4C. Windows color (decimal): -6149100 or 1322146. OLE color: 1322146.

HSL color Cylindrical-coordinate representation of color #A22C14: hue angle of 10.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A22C14 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 44 20 -
CMYK 0 0.73 0.88 0.36
HSL 10.14º 0.78% 0.36% -
HSV(B) 10.14º 0.88% 0.64% -
XYZ 15.93 9.53 1.66 -
YUV 76.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 162 44 20 0 0.73 0.88 0.36 10.14 0.78 0.36
Hex A2 2C 14 0 49 58 24 A 4E 24
Octal 242 54 24 0 111 130 44 12 116 44
Binary 10100010 101100 10100 0 1001001 1011000 100100 1010 1001110 100100

Color Harmonies of #A22C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C14

Black with #A22C14

Text Example


Text Example

White with #A22C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C14; }

 p { color: rgb(162,44,20); }

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

background-color css

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

 a { background-color: rgb(162,44,20); }

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

border-color css

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

 span { border-color: rgb(162,44,20); }

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