Html Css Color HEX #A8291F Brown

📋 copy color: '#A8291F'

red 168 ◦ green 41 ◦ blue 31

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

Shades of Brown #A8291F

Tints of Brown #A8291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 70%
G = 17.08%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8291F (or 0xA8291F) is known color: Brown. HEX triplet: A8, 29 and 1F. RGB value is (168,41,31). Sum of RGB (Red+Green+Blue) = 168+41+31=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A8291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8291F is #57D6E0. Grayscale: #4E4E4E. Windows color (decimal): -5756641 or 2042280. OLE color: 2042280.

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

Color convert

RGB 168 41 31 -
CMYK 0 0.76 0.82 0.34
HSL 4.38º 0.69% 0.39% -
HSV(B) 4.38º 0.82% 0.66% -
XYZ 17.19 10.01 2.32 -
YUV 77.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 168 41 31 0 0.76 0.82 0.34 4.38 0.69 0.39
Hex A8 29 1F 0 4C 52 22 4 45 27
Octal 250 51 37 0 114 122 42 4 105 47
Binary 10101000 101001 11111 0 1001100 1010010 100010 100 1000101 100111

Color Harmonies of #A8291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8291F

Black with #A8291F

Text Example


Text Example

White with #A8291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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