Html Css Color HEX #A83126 Brown

📋 copy color: '#A83126'

red 168 ◦ green 49 ◦ blue 38

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

Shades of Brown #A83126

Tints of Brown #A83126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 65.88%
G = 19.22%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A83126 (or 0xA83126) is known color: Brown. HEX triplet: A8, 31 and 26. RGB value is (168,49,38). Sum of RGB (Red+Green+Blue) = 168+49+38=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A83126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83126 is #57CED9. Grayscale: #535353. Windows color (decimal): -5754586 or 2503080. OLE color: 2503080.

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

Color convert

RGB 168 49 38 -
CMYK 0 0.71 0.77 0.34
HSL 5.08º 0.63% 0.4% -
HSV(B) 5.08º 0.77% 0.66% -
XYZ 17.6 10.66 2.96 -
YUV 83.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 168 49 38 0 0.71 0.77 0.34 5.08 0.63 0.4
Hex A8 31 26 0 47 4D 22 5 3F 28
Octal 250 61 46 0 107 115 42 5 77 50
Binary 10101000 110001 100110 0 1000111 1001101 100010 101 111111 101000

Color Harmonies of #A83126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83126

Black with #A83126

Text Example


Text Example

White with #A83126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83126; }

 p { color: rgb(168,49,38); }

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

background-color css

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

 a { background-color: rgb(168,49,38); }

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

border-color css

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

 span { border-color: rgb(168,49,38); }

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