Html Css Color HEX #A8301F Brown

📋 copy color: '#A8301F'

red 168 ◦ green 48 ◦ blue 31

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

Shades of Brown #A8301F

Tints of Brown #A8301F

RGB

 RED value IS 168 (66.02% from 255) = 68.02%

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 68.02%
G = 19.43%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8301F (or 0xA8301F) is known color: Brown. HEX triplet: A8, 30 and 1F. RGB value is (168,48,31). Sum of RGB (Red+Green+Blue) = 168+48+31=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8301F is #57CFE0. Grayscale: #525252. Windows color (decimal): -5754849 or 2044072. OLE color: 2044072.

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

Color convert

RGB 168 48 31 -
CMYK 0 0.71 0.82 0.34
HSL 7.45º 0.69% 0.39% -
HSV(B) 7.45º 0.82% 0.66% -
XYZ 17.45 10.54 2.41 -
YUV 81.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 168 48 31 0 0.71 0.82 0.34 7.45 0.69 0.39
Hex A8 30 1F 0 47 52 22 7 45 27
Octal 250 60 37 0 107 122 42 7 105 47
Binary 10101000 110000 11111 0 1000111 1010010 100010 111 1000101 100111

Color Harmonies of #A8301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8301F

Black with #A8301F

Text Example


Text Example

White with #A8301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8301F; }

 p { color: rgb(168,48,31); }

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

background-color css

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

 a { background-color: rgb(168,48,31); }

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

border-color css

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

 span { border-color: rgb(168,48,31); }

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