Html Css Color HEX #A9301C Brown

📋 copy color: '#A9301C'

red 169 ◦ green 48 ◦ blue 28

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

Shades of Brown #A9301C

Tints of Brown #A9301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 68.98%
G = 19.59%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9301C (or 0xA9301C) is known color: Brown. HEX triplet: A9, 30 and 1C. RGB value is (169,48,28). Sum of RGB (Red+Green+Blue) = 169+48+28=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9301C is #56CFE3. Grayscale: #525252. Windows color (decimal): -5689316 or 1847465. OLE color: 1847465.

HSL color Cylindrical-coordinate representation of color #A9301C: hue angle of 8.51º 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 #A9301C is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 28 -
CMYK 0 0.72 0.83 0.34
HSL 8.51º 0.72% 0.39% -
HSV(B) 8.51º 0.83% 0.66% -
XYZ 17.63 10.63 2.22 -
YUV 81.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 169 48 28 0 0.72 0.83 0.34 8.51 0.72 0.39
Hex A9 30 1C 0 48 53 22 9 48 27
Octal 251 60 34 0 110 123 42 11 110 47
Binary 10101001 110000 11100 0 1001000 1010011 100010 1001 1001000 100111

Color Harmonies of #A9301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9301C

Black with #A9301C

Text Example


Text Example

White with #A9301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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