Html Css Color HEX #A63225 Brown

📋 copy color: '#A63225'

red 166 ◦ green 50 ◦ blue 37

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

Shades of Brown #A63225

Tints of Brown #A63225

RGB

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

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

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

R = 65.61%
G = 19.76%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63225 (or 0xA63225) is known color: Brown. HEX triplet: A6, 32 and 25. RGB value is (166,50,37). Sum of RGB (Red+Green+Blue) = 166+50+37=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A63225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63225 is #59CDDA. Grayscale: #535353. Windows color (decimal): -5885403 or 2437798. OLE color: 2437798.

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

Color convert

RGB 166 50 37 -
CMYK 0 0.70 0.78 0.35
HSL 6.05º 0.64% 0.4% -
HSV(B) 6.05º 0.78% 0.65% -
XYZ 17.2 10.52 2.87 -
YUV 83.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 166 50 37 0 0.70 0.78 0.35 6.05 0.64 0.4
Hex A6 32 25 0 46 4E 23 6 40 28
Octal 246 62 45 0 106 116 43 6 100 50
Binary 10100110 110010 100101 0 1000110 1001110 100011 110 1000000 101000

Color Harmonies of #A63225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63225

Black with #A63225

Text Example


Text Example

White with #A63225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63225; }

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

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

background-color css

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

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

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

border-color css

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

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

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