Html Css Color HEX #AB3426 Brown

📋 copy color: '#AB3426'

red 171 ◦ green 52 ◦ blue 38

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

Shades of Brown #AB3426

Tints of Brown #AB3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

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

R = 65.52%
G = 19.92%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3426 (or 0xAB3426) is known color: Brown. HEX triplet: AB, 34 and 26. RGB value is (171,52,38). Sum of RGB (Red+Green+Blue) = 171+52+38=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3426 is #54CBD9. Grayscale: #565656. Windows color (decimal): -5557210 or 2503851. OLE color: 2503851.

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

Color convert

RGB 171 52 38 -
CMYK 0 0.70 0.78 0.33
HSL 6.32º 0.64% 0.41% -
HSV(B) 6.32º 0.78% 0.67% -
XYZ 18.37 11.25 3.04 -
YUV 85.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 171 52 38 0 0.70 0.78 0.33 6.32 0.64 0.41
Hex AB 34 26 0 46 4E 21 6 40 29
Octal 253 64 46 0 106 116 41 6 100 51
Binary 10101011 110100 100110 0 1000110 1001110 100001 110 1000000 101001

Color Harmonies of #AB3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3426

Black with #AB3426

Text Example


Text Example

White with #AB3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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