Html Css Color HEX #A82E28 Brown

📋 copy color: '#A82E28'

red 168 ◦ green 46 ◦ blue 40

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

Shades of Brown #A82E28

Tints of Brown #A82E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 66.14%
G = 18.11%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A82E28 (or 0xA82E28) is known color: Brown. HEX triplet: A8, 2E and 28. RGB value is (168,46,40). Sum of RGB (Red+Green+Blue) = 168+46+40=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E28 is #57D1D7. Grayscale: #515151. Windows color (decimal): -5755352 or 2633384. OLE color: 2633384.

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

Color convert

RGB 168 46 40 -
CMYK 0 0.73 0.76 0.34
HSL 2.81º 0.62% 0.41% -
HSV(B) 2.81º 0.76% 0.66% -
XYZ 17.51 10.43 3.1 -
YUV 81.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 168 46 40 0 0.73 0.76 0.34 2.81 0.62 0.41
Hex A8 2E 28 0 49 4C 22 3 3E 29
Octal 250 56 50 0 111 114 42 3 76 51
Binary 10101000 101110 101000 0 1001001 1001100 100010 11 111110 101001

Color Harmonies of #A82E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E28

Black with #A82E28

Text Example


Text Example

White with #A82E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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