Html Css Color HEX #A82A28 Brown

📋 copy color: '#A82A28'

red 168 ◦ green 42 ◦ blue 40

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

Shades of Brown #A82A28

Tints of Brown #A82A28

RGB

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

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

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

R = 67.2%
G = 16.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A82A28 (or 0xA82A28) is known color: Brown. HEX triplet: A8, 2A and 28. RGB value is (168,42,40). Sum of RGB (Red+Green+Blue) = 168+42+40=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A28 is #57D5D7. Grayscale: #4F4F4F. Windows color (decimal): -5756376 or 2632360. OLE color: 2632360.

HSL color Cylindrical-coordinate representation of color #A82A28: hue angle of 0.94º 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 #A82A28 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 42 40 -
CMYK 0 0.75 0.76 0.34
HSL 0.94º 0.62% 0.41% -
HSV(B) 0.94º 0.76% 0.66% -
XYZ 17.36 10.13 3.05 -
YUV 79.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 168 42 40 0 0.75 0.76 0.34 0.94 0.62 0.41
Hex A8 2A 28 0 4B 4C 22 1 3E 29
Octal 250 52 50 0 113 114 42 1 76 51
Binary 10101000 101010 101000 0 1001011 1001100 100010 1 111110 101001

Color Harmonies of #A82A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82A28

Black with #A82A28

Text Example


Text Example

White with #A82A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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