Html Css Color HEX #A02E27 Brown

📋 copy color: '#A02E27'

red 160 ◦ green 46 ◦ blue 39

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

Shades of Brown #A02E27

Tints of Brown #A02E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 65.31%
G = 18.78%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A02E27 (or 0xA02E27) is known color: Brown. HEX triplet: A0, 2E and 27. RGB value is (160,46,39). Sum of RGB (Red+Green+Blue) = 160+46+39=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02E27 is #5FD1D8. Grayscale: #4F4F4F. Windows color (decimal): -6279641 or 2567840. OLE color: 2567840.

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

Color convert

RGB 160 46 39 -
CMYK 0 0.71 0.76 0.37
HSL 3.47º 0.61% 0.39% -
HSV(B) 3.47º 0.76% 0.63% -
XYZ 15.84 9.57 2.93 -
YUV 79.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 160 46 39 0 0.71 0.76 0.37 3.47 0.61 0.39
Hex A0 2E 27 0 47 4C 25 3 3D 27
Octal 240 56 47 0 107 114 45 3 75 47
Binary 10100000 101110 100111 0 1000111 1001100 100101 11 111101 100111

Color Harmonies of #A02E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E27

Black with #A02E27

Text Example


Text Example

White with #A02E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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