Html Css Color HEX #A9312B Brown

📋 copy color: '#A9312B'

red 169 ◦ green 49 ◦ blue 43

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

Shades of Brown #A9312B

Tints of Brown #A9312B

RGB

 RED value IS 169 (66.41% from 255) = 64.75%

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 64.75%
G = 18.77%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9312B (or 0xA9312B) is known color: Brown. HEX triplet: A9, 31 and 2B. RGB value is (169,49,43). Sum of RGB (Red+Green+Blue) = 169+49+43=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A9312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9312B is #56CED4. Grayscale: #545454. Windows color (decimal): -5689045 or 2830761. OLE color: 2830761.

HSL color Cylindrical-coordinate representation of color #A9312B: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9312B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 43 -
CMYK 0 0.71 0.75 0.34
HSL 2.86º 0.59% 0.42% -
HSV(B) 2.86º 0.75% 0.66% -
XYZ 17.9 10.81 3.43 -
YUV 84.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 169 49 43 0 0.71 0.75 0.34 2.86 0.59 0.42
Hex A9 31 2B 0 47 4B 22 3 3B 2A
Octal 251 61 53 0 107 113 42 3 73 52
Binary 10101001 110001 101011 0 1000111 1001011 100010 11 111011 101010

Color Harmonies of #A9312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9312B

Black with #A9312B

Text Example


Text Example

White with #A9312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9312B; }

 p { color: rgb(169,49,43); }

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

background-color css

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

 a { background-color: rgb(169,49,43); }

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

border-color css

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

 span { border-color: rgb(169,49,43); }

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