Html Css Color HEX #A6302C Brown

📋 copy color: '#A6302C'

red 166 ◦ green 48 ◦ blue 44

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

Shades of Brown #A6302C

Tints of Brown #A6302C

RGB

 RED value IS 166 (65.23% from 255) = 64.34%

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 64.34%
G = 18.6%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6302C (or 0xA6302C) is known color: Brown. HEX triplet: A6, 30 and 2C. RGB value is (166,48,44). Sum of RGB (Red+Green+Blue) = 166+48+44=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A6302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6302C is #59CFD3. Grayscale: #525252. Windows color (decimal): -5885908 or 2896038. OLE color: 2896038.

HSL color Cylindrical-coordinate representation of color #A6302C: hue angle of 1.97º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6302C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 44 -
CMYK 0 0.71 0.73 0.35
HSL 1.97º 0.58% 0.41% -
HSV(B) 1.97º 0.73% 0.65% -
XYZ 17.24 10.4 3.48 -
YUV 82.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 166 48 44 0 0.71 0.73 0.35 1.97 0.58 0.41
Hex A6 30 2C 0 47 49 23 2 3A 29
Octal 246 60 54 0 107 111 43 2 72 51
Binary 10100110 110000 101100 0 1000111 1001001 100011 10 111010 101001

Color Harmonies of #A6302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6302C

Black with #A6302C

Text Example


Text Example

White with #A6302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6302C; }

 p { color: rgb(166,48,44); }

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

background-color css

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

 a { background-color: rgb(166,48,44); }

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

border-color css

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

 span { border-color: rgb(166,48,44); }

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