Html Css Color HEX #A9331C Brown

📋 copy color: '#A9331C'

red 169 ◦ green 51 ◦ blue 28

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

Shades of Brown #A9331C

Tints of Brown #A9331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 68.15%
G = 20.56%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9331C (or 0xA9331C) is known color: Brown. HEX triplet: A9, 33 and 1C. RGB value is (169,51,28). Sum of RGB (Red+Green+Blue) = 169+51+28=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9331C is #56CCE3. Grayscale: #535353. Windows color (decimal): -5688548 or 1848233. OLE color: 1848233.

HSL color Cylindrical-coordinate representation of color #A9331C: hue angle of 9.79º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9331C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 51 28 -
CMYK 0 0.70 0.83 0.34
HSL 9.79º 0.72% 0.39% -
HSV(B) 9.79º 0.83% 0.66% -
XYZ 17.76 10.89 2.26 -
YUV 83.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 169 51 28 0 0.70 0.83 0.34 9.79 0.72 0.39
Hex A9 33 1C 0 46 53 22 A 48 27
Octal 251 63 34 0 106 123 42 12 110 47
Binary 10101001 110011 11100 0 1000110 1010011 100010 1010 1001000 100111

Color Harmonies of #A9331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9331C

Black with #A9331C

Text Example


Text Example

White with #A9331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9331C; }

 p { color: rgb(169,51,28); }

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

background-color css

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

 a { background-color: rgb(169,51,28); }

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

border-color css

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

 span { border-color: rgb(169,51,28); }

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