Html Css Color HEX #AB8252 Muddy Waters

📋 copy color: '#AB8252'

red 171 ◦ green 130 ◦ blue 82

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

Shades of Muddy Waters #AB8252

Tints of Muddy Waters #AB8252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 44.65%
G = 33.94%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB8252 (or 0xAB8252) is known color: Muddy Waters. HEX triplet: AB, 82 and 52. RGB value is (171,130,82). Sum of RGB (Red+Green+Blue) = 171+130+82=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8252 is #547DAD. Grayscale: #898989. Windows color (decimal): -5537198 or 5407403. OLE color: 5407403.

HSL color Cylindrical-coordinate representation of color #AB8252: hue angle of 32.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB8252 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 82 -
CMYK 0 0.24 0.52 0.33
HSL 32.36º 0.35% 0.5% -
HSV(B) 32.36º 0.52% 0.67% -
XYZ 26.3 25.23 11.47 -
YUV 136.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 171 130 82 0 0.24 0.52 0.33 32.36 0.35 0.5
Hex AB 82 52 0 18 34 21 20 23 32
Octal 253 202 122 0 30 64 41 40 43 62
Binary 10101011 10000010 1010010 0 11000 110100 100001 100000 100011 110010

Color Harmonies of #AB8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8252

Black with #AB8252

Text Example


Text Example

White with #AB8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8252; }

 p { color: rgb(171,130,82); }

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

background-color css

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

 a { background-color: rgb(171,130,82); }

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

border-color css

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

 span { border-color: rgb(171,130,82); }

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