Html Css Color HEX #A2321D Brown

📋 copy color: '#A2321D'

red 162 ◦ green 50 ◦ blue 29

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

Shades of Brown #A2321D

Tints of Brown #A2321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 67.22%
G = 20.75%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2321D (or 0xA2321D) is known color: Brown. HEX triplet: A2, 32 and 1D. RGB value is (162,50,29). Sum of RGB (Red+Green+Blue) = 162+50+29=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2321D is #5DCDE2. Grayscale: #515151. Windows color (decimal): -6147555 or 1913506. OLE color: 1913506.

HSL color Cylindrical-coordinate representation of color #A2321D: hue angle of 9.47º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2321D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 29 -
CMYK 0 0.69 0.82 0.36
HSL 9.47º 0.7% 0.37% -
HSV(B) 9.47º 0.82% 0.64% -
XYZ 16.26 10.05 2.25 -
YUV 81.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 162 50 29 0 0.69 0.82 0.36 9.47 0.7 0.37
Hex A2 32 1D 0 45 52 24 9 46 25
Octal 242 62 35 0 105 122 44 11 106 45
Binary 10100010 110010 11101 0 1000101 1010010 100100 1001 1000110 100101

Color Harmonies of #A2321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2321D

Black with #A2321D

Text Example


Text Example

White with #A2321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2321D; }

 p { color: rgb(162,50,29); }

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

background-color css

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

 a { background-color: rgb(162,50,29); }

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

border-color css

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

 span { border-color: rgb(162,50,29); }

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