Html Css Color HEX #A02926 Brown

📋 copy color: '#A02926'

red 160 ◦ green 41 ◦ blue 38

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

Shades of Brown #A02926

Tints of Brown #A02926

RGB

 RED value IS 160 (62.89% from 255) = 66.95%

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

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

R = 66.95%
G = 17.15%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A02926 (or 0xA02926) is known color: Brown. HEX triplet: A0, 29 and 26. RGB value is (160,41,38). Sum of RGB (Red+Green+Blue) = 160+41+38=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A02926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02926 is #5FD6D9. Grayscale: #4C4C4C. Windows color (decimal): -6280922 or 2501024. OLE color: 2501024.

HSL color Cylindrical-coordinate representation of color #A02926: hue angle of 1.48º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02926 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 41 38 -
CMYK 0 0.74 0.76 0.37
HSL 1.48º 0.62% 0.39% -
HSV(B) 1.48º 0.76% 0.63% -
XYZ 15.64 9.2 2.79 -
YUV 76.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 160 41 38 0 0.74 0.76 0.37 1.48 0.62 0.39
Hex A0 29 26 0 4A 4C 25 1 3E 27
Octal 240 51 46 0 112 114 45 1 76 47
Binary 10100000 101001 100110 0 1001010 1001100 100101 1 111110 100111

Color Harmonies of #A02926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02926

Black with #A02926

Text Example


Text Example

White with #A02926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02926; }

 p { color: rgb(160,41,38); }

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

background-color css

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

 a { background-color: rgb(160,41,38); }

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

border-color css

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

 span { border-color: rgb(160,41,38); }

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