Html Css Color HEX #A7322D Brown

📋 copy color: '#A7322D'

red 167 ◦ green 50 ◦ blue 45

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

Shades of Brown #A7322D

Tints of Brown #A7322D

RGB

 RED value IS 167 (65.63% from 255) = 63.74%

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 63.74%
G = 19.08%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7322D (or 0xA7322D) is known color: Brown. HEX triplet: A7, 32 and 2D. RGB value is (167,50,45). Sum of RGB (Red+Green+Blue) = 167+50+45=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7322D is #58CDD2. Grayscale: #545454. Windows color (decimal): -5819859 or 2962087. OLE color: 2962087.

HSL color Cylindrical-coordinate representation of color #A7322D: hue angle of 2.46º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7322D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 45 -
CMYK 0 0.70 0.73 0.35
HSL 2.46º 0.58% 0.42% -
HSV(B) 2.46º 0.73% 0.65% -
XYZ 17.55 10.69 3.62 -
YUV 84.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 167 50 45 0 0.70 0.73 0.35 2.46 0.58 0.42
Hex A7 32 2D 0 46 49 23 2 3A 2A
Octal 247 62 55 0 106 111 43 2 72 52
Binary 10100111 110010 101101 0 1000110 1001001 100011 10 111010 101010

Color Harmonies of #A7322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7322D

Black with #A7322D

Text Example


Text Example

White with #A7322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7322D; }

 p { color: rgb(167,50,45); }

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

background-color css

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

 a { background-color: rgb(167,50,45); }

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

border-color css

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

 span { border-color: rgb(167,50,45); }

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