Html Css Color HEX #A63626 Brown

📋 copy color: '#A63626'

red 166 ◦ green 54 ◦ blue 38

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

Shades of Brown #A63626

Tints of Brown #A63626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 64.34%
G = 20.93%
B = 14.73%

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

#A63626 (or 0xA63626) is known color: Brown. HEX triplet: A6, 36 and 26. RGB value is (166,54,38). Sum of RGB (Red+Green+Blue) = 166+54+38=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A63626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63626 is #59C9D9. Grayscale: #555555. Windows color (decimal): -5884378 or 2504358. OLE color: 2504358.

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

Color convert

RGB 166 54 38 -
CMYK 0 0.67 0.77 0.35
HSL 7.5º 0.63% 0.4% -
HSV(B) 7.5º 0.77% 0.65% -
XYZ 17.39 10.89 3.02 -
YUV 85.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 166 54 38 0 0.67 0.77 0.35 7.5 0.63 0.4
Hex A6 36 26 0 43 4D 23 8 3F 28
Octal 246 66 46 0 103 115 43 10 77 50
Binary 10100110 110110 100110 0 1000011 1001101 100011 1000 111111 101000

Color Harmonies of #A63626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63626

Black with #A63626

Text Example


Text Example

White with #A63626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63626; }

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

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

background-color css

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

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

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

border-color css

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

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

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