Html Css Color HEX #A7322B Brown

📋 copy color: '#A7322B'

red 167 ◦ green 50 ◦ blue 43

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

Shades of Brown #A7322B

Tints of Brown #A7322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 64.23%
G = 19.23%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7322B (or 0xA7322B) is known color: Brown. HEX triplet: A7, 32 and 2B. RGB value is (167,50,43). Sum of RGB (Red+Green+Blue) = 167+50+43=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7322B is #58CDD4. Grayscale: #545454. Windows color (decimal): -5819861 or 2831015. OLE color: 2831015.

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

Color convert

RGB 167 50 43 -
CMYK 0 0.70 0.74 0.35
HSL 3.39º 0.59% 0.41% -
HSV(B) 3.39º 0.74% 0.65% -
XYZ 17.51 10.67 3.42 -
YUV 84.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 167 50 43 0 0.70 0.74 0.35 3.39 0.59 0.41
Hex A7 32 2B 0 46 4A 23 3 3B 29
Octal 247 62 53 0 106 112 43 3 73 51
Binary 10100111 110010 101011 0 1000110 1001010 100011 11 111011 101001

Color Harmonies of #A7322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7322B

Black with #A7322B

Text Example


Text Example

White with #A7322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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