Html Css Color HEX #A63426 Brown

📋 copy color: '#A63426'

red 166 ◦ green 52 ◦ blue 38

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

Shades of Brown #A63426

Tints of Brown #A63426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 64.84%
G = 20.31%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A63426 (or 0xA63426) is known color: Brown. HEX triplet: A6, 34 and 26. RGB value is (166,52,38). Sum of RGB (Red+Green+Blue) = 166+52+38=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A63426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63426 is #59CBD9. Grayscale: #545454. Windows color (decimal): -5884890 or 2503846. OLE color: 2503846.

HSL color Cylindrical-coordinate representation of color #A63426: hue angle of 6.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63426 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 38 -
CMYK 0 0.69 0.77 0.35
HSL 6.56º 0.63% 0.4% -
HSV(B) 6.56º 0.77% 0.65% -
XYZ 17.3 10.7 2.99 -
YUV 84.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 166 52 38 0 0.69 0.77 0.35 6.56 0.63 0.4
Hex A6 34 26 0 45 4D 23 7 3F 28
Octal 246 64 46 0 105 115 43 7 77 50
Binary 10100110 110100 100110 0 1000101 1001101 100011 111 111111 101000

Color Harmonies of #A63426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63426

Black with #A63426

Text Example


Text Example

White with #A63426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63426; }

 p { color: rgb(166,52,38); }

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

background-color css

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

 a { background-color: rgb(166,52,38); }

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

border-color css

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

 span { border-color: rgb(166,52,38); }

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