Html Css Color HEX #AB2A23 Brown

📋 copy color: '#AB2A23'

red 171 ◦ green 42 ◦ blue 35

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

Shades of Brown #AB2A23

Tints of Brown #AB2A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.94%

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 68.95%
G = 16.94%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB2A23 (or 0xAB2A23) is known color: Brown. HEX triplet: AB, 2A and 23. RGB value is (171,42,35). Sum of RGB (Red+Green+Blue) = 171+42+35=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A23 is #54D5DC. Grayscale: #4F4F4F. Windows color (decimal): -5559773 or 2304683. OLE color: 2304683.

HSL color Cylindrical-coordinate representation of color #AB2A23: hue angle of 3.09º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2A23 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 42 35 -
CMYK 0 0.75 0.80 0.33
HSL 3.09º 0.66% 0.4% -
HSV(B) 3.09º 0.8% 0.67% -
XYZ 17.93 10.44 2.66 -
YUV 79.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 171 42 35 0 0.75 0.80 0.33 3.09 0.66 0.4
Hex AB 2A 23 0 4B 50 21 3 42 28
Octal 253 52 43 0 113 120 41 3 102 50
Binary 10101011 101010 100011 0 1001011 1010000 100001 11 1000010 101000

Color Harmonies of #AB2A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A23

Black with #AB2A23

Text Example


Text Example

White with #AB2A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A23; }

 p { color: rgb(171,42,35); }

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

background-color css

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

 a { background-color: rgb(171,42,35); }

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

border-color css

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

 span { border-color: rgb(171,42,35); }

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