Html Css Color HEX #A63024 Brown

📋 copy color: '#A63024'

red 166 ◦ green 48 ◦ blue 36

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

Shades of Brown #A63024

Tints of Brown #A63024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 66.4%
G = 19.2%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63024 (or 0xA63024) is known color: Brown. HEX triplet: A6, 30 and 24. RGB value is (166,48,36). Sum of RGB (Red+Green+Blue) = 166+48+36=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A63024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63024 is #59CFDB. Grayscale: #525252. Windows color (decimal): -5885916 or 2371750. OLE color: 2371750.

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

Color convert

RGB 166 48 36 -
CMYK 0 0.71 0.78 0.35
HSL 5.54º 0.64% 0.4% -
HSV(B) 5.54º 0.78% 0.65% -
XYZ 17.1 10.35 2.77 -
YUV 81.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 166 48 36 0 0.71 0.78 0.35 5.54 0.64 0.4
Hex A6 30 24 0 47 4E 23 6 40 28
Octal 246 60 44 0 107 116 43 6 100 50
Binary 10100110 110000 100100 0 1000111 1001110 100011 110 1000000 101000

Color Harmonies of #A63024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63024

Black with #A63024

Text Example


Text Example

White with #A63024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63024; }

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

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

background-color css

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

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

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

border-color css

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

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

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