Html Css Color HEX #AB2826 Brown

📋 copy color: '#AB2826'

red 171 ◦ green 40 ◦ blue 38

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

Shades of Brown #AB2826

Tints of Brown #AB2826

RGB

 RED value IS 171 (67.19% from 255) = 68.67%

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 68.67%
G = 16.06%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2826 (or 0xAB2826) is known color: Brown. HEX triplet: AB, 28 and 26. RGB value is (171,40,38). Sum of RGB (Red+Green+Blue) = 171+40+38=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2826 is #54D7D9. Grayscale: #4F4F4F. Windows color (decimal): -5560282 or 2500779. OLE color: 2500779.

HSL color Cylindrical-coordinate representation of color #AB2826: hue angle of 0.9º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2826 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 38 -
CMYK 0 0.77 0.78 0.33
HSL 0.9º 0.64% 0.41% -
HSV(B) 0.9º 0.78% 0.67% -
XYZ 17.9 10.32 2.88 -
YUV 78.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 171 40 38 0 0.77 0.78 0.33 0.9 0.64 0.41
Hex AB 28 26 0 4D 4E 21 1 40 29
Octal 253 50 46 0 115 116 41 1 100 51
Binary 10101011 101000 100110 0 1001101 1001110 100001 1 1000000 101001

Color Harmonies of #AB2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2826

Black with #AB2826

Text Example


Text Example

White with #AB2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2826; }

 p { color: rgb(171,40,38); }

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

background-color css

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

 a { background-color: rgb(171,40,38); }

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

border-color css

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

 span { border-color: rgb(171,40,38); }

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