Html Css Color HEX #A9302F Brown

📋 copy color: '#A9302F'

red 169 ◦ green 48 ◦ blue 47

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

Shades of Brown #A9302F

Tints of Brown #A9302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 64.02%
G = 18.18%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A9302F (or 0xA9302F) is known color: Brown. HEX triplet: A9, 30 and 2F. RGB value is (169,48,47). Sum of RGB (Red+Green+Blue) = 169+48+47=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9302F is #56CFD0. Grayscale: #545454. Windows color (decimal): -5689297 or 3092649. OLE color: 3092649.

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

Color convert

RGB 169 48 47 -
CMYK 0 0.72 0.72 0.34
HSL 0.49º 0.56% 0.42% -
HSV(B) 0.49º 0.72% 0.66% -
XYZ 17.93 10.75 3.82 -
YUV 84.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 169 48 47 0 0.72 0.72 0.34 0.49 0.56 0.42
Hex A9 30 2F 0 48 48 22 0 38 2A
Octal 251 60 57 0 110 110 42 0 70 52
Binary 10101001 110000 101111 0 1001000 1001000 100010 0 111000 101010

Color Harmonies of #A9302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9302F

Black with #A9302F

Text Example


Text Example

White with #A9302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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