Html Css Color HEX #A63524 Brown

📋 copy color: '#A63524'

red 166 ◦ green 53 ◦ blue 36

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

Shades of Brown #A63524

Tints of Brown #A63524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 65.1%
G = 20.78%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63524 (or 0xA63524) is known color: Brown. HEX triplet: A6, 35 and 24. RGB value is (166,53,36). Sum of RGB (Red+Green+Blue) = 166+53+36=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A63524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63524 is #59CADB. Grayscale: #555555. Windows color (decimal): -5884636 or 2373030. OLE color: 2373030.

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

Color convert

RGB 166 53 36 -
CMYK 0 0.68 0.78 0.35
HSL 7.85º 0.64% 0.4% -
HSV(B) 7.85º 0.78% 0.65% -
XYZ 17.32 10.78 2.84 -
YUV 84.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 166 53 36 0 0.68 0.78 0.35 7.85 0.64 0.4
Hex A6 35 24 0 44 4E 23 8 40 28
Octal 246 65 44 0 104 116 43 10 100 50
Binary 10100110 110101 100100 0 1000100 1001110 100011 1000 1000000 101000

Color Harmonies of #A63524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63524

Black with #A63524

Text Example


Text Example

White with #A63524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63524; }

 p { color: rgb(166,53,36); }

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

background-color css

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

 a { background-color: rgb(166,53,36); }

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

border-color css

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

 span { border-color: rgb(166,53,36); }

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