Html Css Color HEX #A2231D Brown

📋 copy color: '#A2231D'

red 162 ◦ green 35 ◦ blue 29

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

Shades of Brown #A2231D

Tints of Brown #A2231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 71.68%
G = 15.49%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2231D (or 0xA2231D) is known color: Brown. HEX triplet: A2, 23 and 1D. RGB value is (162,35,29). Sum of RGB (Red+Green+Blue) = 162+35+29=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2231D is #5DDCE2. Grayscale: #484848. Windows color (decimal): -6151395 or 1909666. OLE color: 1909666.

HSL color Cylindrical-coordinate representation of color #A2231D: hue angle of 2.71º 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 #A2231D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 29 -
CMYK 0 0.78 0.82 0.36
HSL 2.71º 0.7% 0.37% -
HSV(B) 2.71º 0.82% 0.64% -
XYZ 15.72 8.97 2.07 -
YUV 72.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 162 35 29 0 0.78 0.82 0.36 2.71 0.7 0.37
Hex A2 23 1D 0 4E 52 24 3 46 25
Octal 242 43 35 0 116 122 44 3 106 45
Binary 10100010 100011 11101 0 1001110 1010010 100100 11 1000110 100101

Color Harmonies of #A2231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2231D

Black with #A2231D

Text Example


Text Example

White with #A2231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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