Html Css Color HEX #A82A20 Brown

📋 copy color: '#A82A20'

red 168 ◦ green 42 ◦ blue 32

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

Shades of Brown #A82A20

Tints of Brown #A82A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.36%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 69.42%
G = 17.36%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A82A20 (or 0xA82A20) is known color: Brown. HEX triplet: A8, 2A and 20. RGB value is (168,42,32). Sum of RGB (Red+Green+Blue) = 168+42+32=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A20 is #57D5DF. Grayscale: #4E4E4E. Windows color (decimal): -5756384 or 2108072. OLE color: 2108072.

HSL color Cylindrical-coordinate representation of color #A82A20: hue angle of 4.41º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82A20 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 42 32 -
CMYK 0 0.75 0.81 0.34
HSL 4.41º 0.68% 0.39% -
HSV(B) 4.41º 0.81% 0.66% -
XYZ 17.24 10.09 2.4 -
YUV 78.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 168 42 32 0 0.75 0.81 0.34 4.41 0.68 0.39
Hex A8 2A 20 0 4B 51 22 4 44 27
Octal 250 52 40 0 113 121 42 4 104 47
Binary 10101000 101010 100000 0 1001011 1010001 100010 100 1000100 100111

Color Harmonies of #A82A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82A20

Black with #A82A20

Text Example


Text Example

White with #A82A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82A20; }

 p { color: rgb(168,42,32); }

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

background-color css

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

 a { background-color: rgb(168,42,32); }

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

border-color css

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

 span { border-color: rgb(168,42,32); }

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