Html Css Color HEX #A88450 Muddy Waters

📋 copy color: '#A88450'

red 168 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #A88450

Tints of Muddy Waters #A88450

RGB

 RED value IS 168 (66.02% from 255) = 44.21%

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 44.21%
G = 34.74%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88450 (or 0xA88450) is known color: Muddy Waters. HEX triplet: A8, 84 and 50. RGB value is (168,132,80). Sum of RGB (Red+Green+Blue) = 168+132+80=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A88450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88450 is #577BAF. Grayscale: #898989. Windows color (decimal): -5733296 or 5276840. OLE color: 5276840.

HSL color Cylindrical-coordinate representation of color #A88450: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A88450 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 80 -
CMYK 0 0.21 0.52 0.34
HSL 35.45º 0.35% 0.49% -
HSV(B) 35.45º 0.52% 0.66% -
XYZ 25.85 25.41 11.13 -
YUV 136.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 168 132 80 0 0.21 0.52 0.34 35.45 0.35 0.49
Hex A8 84 50 0 15 34 22 23 23 31
Octal 250 204 120 0 25 64 42 43 43 61
Binary 10101000 10000100 1010000 0 10101 110100 100010 100011 100011 110001

Color Harmonies of #A88450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88450

Black with #A88450

Text Example


Text Example

White with #A88450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88450; }

 p { color: rgb(168,132,80); }

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

background-color css

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

 a { background-color: rgb(168,132,80); }

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

border-color css

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

 span { border-color: rgb(168,132,80); }

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