Html Css Color HEX #A6301A Brown

📋 copy color: '#A6301A'

red 166 ◦ green 48 ◦ blue 26

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

Shades of Brown #A6301A

Tints of Brown #A6301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 69.17%
G = 20%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6301A (or 0xA6301A) is known color: Brown. HEX triplet: A6, 30 and 1A. RGB value is (166,48,26). Sum of RGB (Red+Green+Blue) = 166+48+26=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A6301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6301A is #59CFE5. Grayscale: #505050. Windows color (decimal): -5885926 or 1716390. OLE color: 1716390.

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

Color convert

RGB 166 48 26 -
CMYK 0 0.71 0.84 0.35
HSL 9.43º 0.73% 0.38% -
HSV(B) 9.43º 0.84% 0.65% -
XYZ 16.97 10.3 2.07 -
YUV 80.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 166 48 26 0 0.71 0.84 0.35 9.43 0.73 0.38
Hex A6 30 1A 0 47 54 23 9 49 26
Octal 246 60 32 0 107 124 43 11 111 46
Binary 10100110 110000 11010 0 1000111 1010100 100011 1001 1001001 100110

Color Harmonies of #A6301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6301A

Black with #A6301A

Text Example


Text Example

White with #A6301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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