Html Css Color HEX #AB2F26 Brown

📋 copy color: '#AB2F26'

red 171 ◦ green 47 ◦ blue 38

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

Shades of Brown #AB2F26

Tints of Brown #AB2F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 66.8%
G = 18.36%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2F26 (or 0xAB2F26) is known color: Brown. HEX triplet: AB, 2F and 26. RGB value is (171,47,38). Sum of RGB (Red+Green+Blue) = 171+47+38=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F26 is #54D0D9. Grayscale: #535353. Windows color (decimal): -5558490 or 2502571. OLE color: 2502571.

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

Color convert

RGB 171 47 38 -
CMYK 0 0.73 0.78 0.33
HSL 4.06º 0.64% 0.41% -
HSV(B) 4.06º 0.78% 0.67% -
XYZ 18.16 10.83 2.97 -
YUV 83.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 171 47 38 0 0.73 0.78 0.33 4.06 0.64 0.41
Hex AB 2F 26 0 49 4E 21 4 40 29
Octal 253 57 46 0 111 116 41 4 100 51
Binary 10101011 101111 100110 0 1001001 1001110 100001 100 1000000 101001

Color Harmonies of #AB2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F26

Black with #AB2F26

Text Example


Text Example

White with #AB2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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