Html Css Color HEX #A63726 Brown

📋 copy color: '#A63726'

red 166 ◦ green 55 ◦ blue 38

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

Shades of Brown #A63726

Tints of Brown #A63726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 64.09%
G = 21.24%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A63726 (or 0xA63726) is known color: Brown. HEX triplet: A6, 37 and 26. RGB value is (166,55,38). Sum of RGB (Red+Green+Blue) = 166+55+38=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A63726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63726 is #59C8D9. Grayscale: #565656. Windows color (decimal): -5884122 or 2504614. OLE color: 2504614.

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

Color convert

RGB 166 55 38 -
CMYK 0 0.67 0.77 0.35
HSL 7.97º 0.63% 0.4% -
HSV(B) 7.97º 0.77% 0.65% -
XYZ 17.44 10.98 3.03 -
YUV 86.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 166 55 38 0 0.67 0.77 0.35 7.97 0.63 0.4
Hex A6 37 26 0 43 4D 23 8 3F 28
Octal 246 67 46 0 103 115 43 10 77 50
Binary 10100110 110111 100110 0 1000011 1001101 100011 1000 111111 101000

Color Harmonies of #A63726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63726

Black with #A63726

Text Example


Text Example

White with #A63726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63726; }

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

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

background-color css

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

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

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

border-color css

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

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

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