Html Css Color HEX #A62C18 Brown

📋 copy color: '#A62C18'

red 166 ◦ green 44 ◦ blue 24

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

Shades of Brown #A62C18

Tints of Brown #A62C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 70.94%
G = 18.8%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A62C18 (or 0xA62C18) is known color: Brown. HEX triplet: A6, 2C and 18. RGB value is (166,44,24). Sum of RGB (Red+Green+Blue) = 166+44+24=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C18 is #59D3E7. Grayscale: #4E4E4E. Windows color (decimal): -5886952 or 1584294. OLE color: 1584294.

HSL color Cylindrical-coordinate representation of color #A62C18: hue angle of 8.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A62C18 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 44 24 -
CMYK 0 0.73 0.86 0.35
HSL 8.45º 0.75% 0.37% -
HSV(B) 8.45º 0.86% 0.65% -
XYZ 16.79 9.97 1.9 -
YUV 78.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 166 44 24 0 0.73 0.86 0.35 8.45 0.75 0.37
Hex A6 2C 18 0 49 56 23 8 4B 25
Octal 246 54 30 0 111 126 43 10 113 45
Binary 10100110 101100 11000 0 1001001 1010110 100011 1000 1001011 100101

Color Harmonies of #A62C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C18

Black with #A62C18

Text Example


Text Example

White with #A62C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C18; }

 p { color: rgb(166,44,24); }

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

background-color css

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

 a { background-color: rgb(166,44,24); }

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

border-color css

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

 span { border-color: rgb(166,44,24); }

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