Html Css Color HEX #A88750 Muddy Waters

📋 copy color: '#A88750'

red 168 ◦ green 135 ◦ blue 80

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

Shades of Muddy Waters #A88750

Tints of Muddy Waters #A88750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 43.86%
G = 35.25%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88750 (or 0xA88750) is known color: Muddy Waters. HEX triplet: A8, 87 and 50. RGB value is (168,135,80). Sum of RGB (Red+Green+Blue) = 168+135+80=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A88750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88750 is #5778AF. Grayscale: #8A8A8A. Windows color (decimal): -5732528 or 5277608. OLE color: 5277608.

HSL color Cylindrical-coordinate representation of color #A88750: hue angle of 37.5º 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 #A88750 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 80 -
CMYK 0 0.20 0.52 0.34
HSL 37.5º 0.35% 0.49% -
HSV(B) 37.5º 0.52% 0.66% -
XYZ 26.26 26.23 11.27 -
YUV 138.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 168 135 80 0 0.20 0.52 0.34 37.5 0.35 0.49
Hex A8 87 50 0 14 34 22 26 23 31
Octal 250 207 120 0 24 64 42 46 43 61
Binary 10101000 10000111 1010000 0 10100 110100 100010 100110 100011 110001

Color Harmonies of #A88750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88750

Black with #A88750

Text Example


Text Example

White with #A88750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88750; }

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

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

background-color css

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

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

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

border-color css

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

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

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