Html Css Color HEX #A02E1E Brown

📋 copy color: '#A02E1E'

red 160 ◦ green 46 ◦ blue 30

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

Shades of Brown #A02E1E

Tints of Brown #A02E1E

RGB

 RED value IS 160 (62.89% from 255) = 67.8%

 GREEN value IS 46 (18.36% from 255) = 19.49%

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 67.8%
G = 19.49%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A02E1E (or 0xA02E1E) is known color: Brown. HEX triplet: A0, 2E and 1E. RGB value is (160,46,30). Sum of RGB (Red+Green+Blue) = 160+46+30=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02E1E is #5FD1E1. Grayscale: #4E4E4E. Windows color (decimal): -6279650 or 1978016. OLE color: 1978016.

HSL color Cylindrical-coordinate representation of color #A02E1E: hue angle of 7.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02E1E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 46 30 -
CMYK 0 0.71 0.81 0.37
HSL 7.38º 0.68% 0.37% -
HSV(B) 7.38º 0.81% 0.63% -
XYZ 15.71 9.52 2.24 -
YUV 78.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 160 46 30 0 0.71 0.81 0.37 7.38 0.68 0.37
Hex A0 2E 1E 0 47 51 25 7 44 25
Octal 240 56 36 0 107 121 45 7 104 45
Binary 10100000 101110 11110 0 1000111 1010001 100101 111 1000100 100101

Color Harmonies of #A02E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E1E

Black with #A02E1E

Text Example


Text Example

White with #A02E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E1E; }

 p { color: rgb(160,46,30); }

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

background-color css

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

 a { background-color: rgb(160,46,30); }

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

border-color css

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

 span { border-color: rgb(160,46,30); }

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