Html Css Color HEX #A9301D Brown

📋 copy color: '#A9301D'

red 169 ◦ green 48 ◦ blue 29

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

Shades of Brown #A9301D

Tints of Brown #A9301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.79%

R = 68.7%
G = 19.51%
B = 11.79%

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

#A9301D (or 0xA9301D) is known color: Brown. HEX triplet: A9, 30 and 1D. RGB value is (169,48,29). Sum of RGB (Red+Green+Blue) = 169+48+29=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A9301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9301D is #56CFE2. Grayscale: #525252. Windows color (decimal): -5689315 or 1913001. OLE color: 1913001.

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

Color convert

RGB 169 48 29 -
CMYK 0 0.72 0.83 0.34
HSL 8.14º 0.71% 0.39% -
HSV(B) 8.14º 0.83% 0.66% -
XYZ 17.64 10.64 2.29 -
YUV 82.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 169 48 29 0 0.72 0.83 0.34 8.14 0.71 0.39
Hex A9 30 1D 0 48 53 22 8 47 27
Octal 251 60 35 0 110 123 42 10 107 47
Binary 10101001 110000 11101 0 1001000 1010011 100010 1000 1000111 100111

Color Harmonies of #A9301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9301D

Black with #A9301D

Text Example


Text Example

White with #A9301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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