Html Css Color HEX #A82E27 Brown

📋 copy color: '#A82E27'

red 168 ◦ green 46 ◦ blue 39

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

Shades of Brown #A82E27

Tints of Brown #A82E27

RGB

 RED value IS 168 (66.02% from 255) = 66.4%

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

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

R = 66.4%
G = 18.18%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A82E27 (or 0xA82E27) is known color: Brown. HEX triplet: A8, 2E and 27. RGB value is (168,46,39). Sum of RGB (Red+Green+Blue) = 168+46+39=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E27 is #57D1D8. Grayscale: #515151. Windows color (decimal): -5755353 or 2567848. OLE color: 2567848.

HSL color Cylindrical-coordinate representation of color #A82E27: hue angle of 3.26º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82E27 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 46 39 -
CMYK 0 0.73 0.77 0.34
HSL 3.26º 0.62% 0.41% -
HSV(B) 3.26º 0.77% 0.66% -
XYZ 17.49 10.43 3.01 -
YUV 81.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 168 46 39 0 0.73 0.77 0.34 3.26 0.62 0.41
Hex A8 2E 27 0 49 4D 22 3 3E 29
Octal 250 56 47 0 111 115 42 3 76 51
Binary 10101000 101110 100111 0 1001001 1001101 100010 11 111110 101001

Color Harmonies of #A82E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E27

Black with #A82E27

Text Example


Text Example

White with #A82E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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