Html Css Color HEX #AB814B Muddy Waters

📋 copy color: '#AB814B'

red 171 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #AB814B

Tints of Muddy Waters #AB814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 45.6%
G = 34.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB814B (or 0xAB814B) is known color: Muddy Waters. HEX triplet: AB, 81 and 4B. RGB value is (171,129,75). Sum of RGB (Red+Green+Blue) = 171+129+75=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB814B is #547EB4. Grayscale: #878787. Windows color (decimal): -5537461 or 4948395. OLE color: 4948395.

HSL color Cylindrical-coordinate representation of color #AB814B: hue angle of 33.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB814B is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 75 -
CMYK 0 0.25 0.56 0.33
HSL 33.75º 0.39% 0.48% -
HSV(B) 33.75º 0.56% 0.67% -
XYZ 25.91 24.87 10.09 -
YUV 135.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 171 129 75 0 0.25 0.56 0.33 33.75 0.39 0.48
Hex AB 81 4B 0 19 38 21 22 27 30
Octal 253 201 113 0 31 70 41 42 47 60
Binary 10101011 10000001 1001011 0 11001 111000 100001 100010 100111 110000

Color Harmonies of #AB814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB814B

Black with #AB814B

Text Example


Text Example

White with #AB814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB814B; }

 p { color: rgb(171,129,75); }

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

background-color css

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

 a { background-color: rgb(171,129,75); }

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

border-color css

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

 span { border-color: rgb(171,129,75); }

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