Html Css Color HEX #A63128 Brown

📋 copy color: '#A63128'

red 166 ◦ green 49 ◦ blue 40

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

Shades of Brown #A63128

Tints of Brown #A63128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 65.1%
G = 19.22%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A63128 (or 0xA63128) is known color: Brown. HEX triplet: A6, 31 and 28. RGB value is (166,49,40). Sum of RGB (Red+Green+Blue) = 166+49+40=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A63128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63128 is #59CED7. Grayscale: #535353. Windows color (decimal): -5885656 or 2634150. OLE color: 2634150.

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

Color convert

RGB 166 49 40 -
CMYK 0 0.70 0.76 0.35
HSL 4.29º 0.61% 0.4% -
HSV(B) 4.29º 0.76% 0.65% -
XYZ 17.21 10.46 3.12 -
YUV 82.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 166 49 40 0 0.70 0.76 0.35 4.29 0.61 0.4
Hex A6 31 28 0 46 4C 23 4 3D 28
Octal 246 61 50 0 106 114 43 4 75 50
Binary 10100110 110001 101000 0 1000110 1001100 100011 100 111101 101000

Color Harmonies of #A63128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63128

Black with #A63128

Text Example


Text Example

White with #A63128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63128; }

 p { color: rgb(166,49,40); }

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

background-color css

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

 a { background-color: rgb(166,49,40); }

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

border-color css

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

 span { border-color: rgb(166,49,40); }

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