Html Css Color HEX #A63325 Brown

📋 copy color: '#A63325'

red 166 ◦ green 51 ◦ blue 37

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

Shades of Brown #A63325

Tints of Brown #A63325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 65.35%
G = 20.08%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63325 (or 0xA63325) is known color: Brown. HEX triplet: A6, 33 and 25. RGB value is (166,51,37). Sum of RGB (Red+Green+Blue) = 166+51+37=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A63325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63325 is #59CCDA. Grayscale: #535353. Windows color (decimal): -5885147 or 2438054. OLE color: 2438054.

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

Color convert

RGB 166 51 37 -
CMYK 0 0.69 0.78 0.35
HSL 6.51º 0.64% 0.4% -
HSV(B) 6.51º 0.78% 0.65% -
XYZ 17.24 10.61 2.89 -
YUV 83.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 166 51 37 0 0.69 0.78 0.35 6.51 0.64 0.4
Hex A6 33 25 0 45 4E 23 7 40 28
Octal 246 63 45 0 105 116 43 7 100 50
Binary 10100110 110011 100101 0 1000101 1001110 100011 111 1000000 101000

Color Harmonies of #A63325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63325

Black with #A63325

Text Example


Text Example

White with #A63325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63325; }

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

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

background-color css

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

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

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

border-color css

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

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

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