Html Css Color HEX #A6321A Brown

📋 copy color: '#A6321A'

red 166 ◦ green 50 ◦ blue 26

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

Shades of Brown #A6321A

Tints of Brown #A6321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 68.6%
G = 20.66%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6321A (or 0xA6321A) is known color: Brown. HEX triplet: A6, 32 and 1A. RGB value is (166,50,26). Sum of RGB (Red+Green+Blue) = 166+50+26=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6321A is #59CDE5. Grayscale: #525252. Windows color (decimal): -5885414 or 1716902. OLE color: 1716902.

HSL color Cylindrical-coordinate representation of color #A6321A: hue angle of 10.29º 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 #A6321A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 26 -
CMYK 0 0.70 0.84 0.35
HSL 10.29º 0.73% 0.38% -
HSV(B) 10.29º 0.84% 0.65% -
XYZ 17.05 10.46 2.1 -
YUV 81.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 166 50 26 0 0.70 0.84 0.35 10.29 0.73 0.38
Hex A6 32 1A 0 46 54 23 A 49 26
Octal 246 62 32 0 106 124 43 12 111 46
Binary 10100110 110010 11010 0 1000110 1010100 100011 1010 1001001 100110

Color Harmonies of #A6321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6321A

Black with #A6321A

Text Example


Text Example

White with #A6321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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