Html Css Color HEX #A63625 Brown

📋 copy color: '#A63625'

red 166 ◦ green 54 ◦ blue 37

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

Shades of Brown #A63625

Tints of Brown #A63625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 64.59%
G = 21.01%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63625 (or 0xA63625) is known color: Brown. HEX triplet: A6, 36 and 25. RGB value is (166,54,37). Sum of RGB (Red+Green+Blue) = 166+54+37=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A63625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63625 is #59C9DA. Grayscale: #555555. Windows color (decimal): -5884379 or 2438822. OLE color: 2438822.

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

Color convert

RGB 166 54 37 -
CMYK 0 0.67 0.78 0.35
HSL 7.91º 0.64% 0.4% -
HSV(B) 7.91º 0.78% 0.65% -
XYZ 17.38 10.88 2.93 -
YUV 85.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 166 54 37 0 0.67 0.78 0.35 7.91 0.64 0.4
Hex A6 36 25 0 43 4E 23 8 40 28
Octal 246 66 45 0 103 116 43 10 100 50
Binary 10100110 110110 100101 0 1000011 1001110 100011 1000 1000000 101000

Color Harmonies of #A63625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63625

Black with #A63625

Text Example


Text Example

White with #A63625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63625; }

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

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

background-color css

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

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

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

border-color css

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

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

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