Html Css Color HEX #A63226 Brown

📋 copy color: '#A63226'

red 166 ◦ green 50 ◦ blue 38

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

Shades of Brown #A63226

Tints of Brown #A63226

RGB

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

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

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

R = 65.35%
G = 19.69%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A63226 (or 0xA63226) is known color: Brown. HEX triplet: A6, 32 and 26. RGB value is (166,50,38). Sum of RGB (Red+Green+Blue) = 166+50+38=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63226 is #59CDD9. Grayscale: #535353. Windows color (decimal): -5885402 or 2503334. OLE color: 2503334.

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

Color convert

RGB 166 50 38 -
CMYK 0 0.70 0.77 0.35
HSL 5.63º 0.63% 0.4% -
HSV(B) 5.63º 0.77% 0.65% -
XYZ 17.22 10.53 2.96 -
YUV 83.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 166 50 38 0 0.70 0.77 0.35 5.63 0.63 0.4
Hex A6 32 26 0 46 4D 23 6 3F 28
Octal 246 62 46 0 106 115 43 6 77 50
Binary 10100110 110010 100110 0 1000110 1001101 100011 110 111111 101000

Color Harmonies of #A63226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63226

Black with #A63226

Text Example


Text Example

White with #A63226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63226; }

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

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

background-color css

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

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

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

border-color css

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

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

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