Html Css Color HEX #A82C25 Brown

📋 copy color: '#A82C25'

red 168 ◦ green 44 ◦ blue 37

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

Shades of Brown #A82C25

Tints of Brown #A82C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 67.47%
G = 17.67%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A82C25 (or 0xA82C25) is known color: Brown. HEX triplet: A8, 2C and 25. RGB value is (168,44,37). Sum of RGB (Red+Green+Blue) = 168+44+37=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82C25 is #57D3DA. Grayscale: #505050. Windows color (decimal): -5755867 or 2436264. OLE color: 2436264.

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

Color convert

RGB 168 44 37 -
CMYK 0 0.74 0.78 0.34
HSL 3.21º 0.64% 0.4% -
HSV(B) 3.21º 0.78% 0.66% -
XYZ 17.38 10.26 2.81 -
YUV 80.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 168 44 37 0 0.74 0.78 0.34 3.21 0.64 0.4
Hex A8 2C 25 0 4A 4E 22 3 40 28
Octal 250 54 45 0 112 116 42 3 100 50
Binary 10101000 101100 100101 0 1001010 1001110 100010 11 1000000 101000

Color Harmonies of #A82C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C25

Black with #A82C25

Text Example


Text Example

White with #A82C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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