Html Css Color HEX #A2331D Brown

📋 copy color: '#A2331D'

red 162 ◦ green 51 ◦ blue 29

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

Shades of Brown #A2331D

Tints of Brown #A2331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

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

R = 66.94%
G = 21.07%
B = 11.98%

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

#A2331D (or 0xA2331D) is known color: Brown. HEX triplet: A2, 33 and 1D. RGB value is (162,51,29). Sum of RGB (Red+Green+Blue) = 162+51+29=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2331D is #5DCCE2. Grayscale: #515151. Windows color (decimal): -6147299 or 1913762. OLE color: 1913762.

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

Color convert

RGB 162 51 29 -
CMYK 0 0.69 0.82 0.36
HSL 9.92º 0.7% 0.37% -
HSV(B) 9.92º 0.82% 0.64% -
XYZ 16.31 10.14 2.26 -
YUV 81.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 162 51 29 0 0.69 0.82 0.36 9.92 0.7 0.37
Hex A2 33 1D 0 45 52 24 A 46 25
Octal 242 63 35 0 105 122 44 12 106 45
Binary 10100010 110011 11101 0 1000101 1010010 100100 1010 1000110 100101

Color Harmonies of #A2331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2331D

Black with #A2331D

Text Example


Text Example

White with #A2331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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