Html Css Color HEX #A23122 Brown

📋 copy color: '#A23122'

red 162 ◦ green 49 ◦ blue 34

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

Shades of Brown #A23122

Tints of Brown #A23122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 66.12%
G = 20%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A23122 (or 0xA23122) is known color: Brown. HEX triplet: A2, 31 and 22. RGB value is (162,49,34). Sum of RGB (Red+Green+Blue) = 162+49+34=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23122 is #5DCEDD. Grayscale: #515151. Windows color (decimal): -6147806 or 2240930. OLE color: 2240930.

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

Color convert

RGB 162 49 34 -
CMYK 0 0.70 0.79 0.36
HSL 7.03º 0.65% 0.38% -
HSV(B) 7.03º 0.79% 0.64% -
XYZ 16.29 9.99 2.58 -
YUV 81.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 162 49 34 0 0.70 0.79 0.36 7.03 0.65 0.38
Hex A2 31 22 0 46 4F 24 7 41 26
Octal 242 61 42 0 106 117 44 7 101 46
Binary 10100010 110001 100010 0 1000110 1001111 100100 111 1000001 100110

Color Harmonies of #A23122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23122

Black with #A23122

Text Example


Text Example

White with #A23122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23122; }

 p { color: rgb(162,49,34); }

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

background-color css

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

 a { background-color: rgb(162,49,34); }

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

border-color css

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

 span { border-color: rgb(162,49,34); }

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