Html Css Color HEX #A82925 Brown

📋 copy color: '#A82925'

red 168 ◦ green 41 ◦ blue 37

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

Shades of Brown #A82925

Tints of Brown #A82925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 68.29%
G = 16.67%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A82925 (or 0xA82925) is known color: Brown. HEX triplet: A8, 29 and 25. RGB value is (168,41,37). Sum of RGB (Red+Green+Blue) = 168+41+37=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A82925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82925 is #57D6DA. Grayscale: #4E4E4E. Windows color (decimal): -5756635 or 2435496. OLE color: 2435496.

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

Color convert

RGB 168 41 37 -
CMYK 0 0.76 0.78 0.34
HSL 1.83º 0.64% 0.4% -
HSV(B) 1.83º 0.78% 0.66% -
XYZ 17.28 10.04 2.78 -
YUV 78.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 168 41 37 0 0.76 0.78 0.34 1.83 0.64 0.4
Hex A8 29 25 0 4C 4E 22 2 40 28
Octal 250 51 45 0 114 116 42 2 100 50
Binary 10101000 101001 100101 0 1001100 1001110 100010 10 1000000 101000

Color Harmonies of #A82925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82925

Black with #A82925

Text Example


Text Example

White with #A82925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82925; }

 p { color: rgb(168,41,37); }

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

background-color css

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

 a { background-color: rgb(168,41,37); }

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

border-color css

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

 span { border-color: rgb(168,41,37); }

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