Html Css Color HEX #A88150 Muddy Waters

📋 copy color: '#A88150'

red 168 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #A88150

Tints of Muddy Waters #A88150

RGB

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

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

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

R = 44.56%
G = 34.22%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A88150 (or 0xA88150) is known color: Muddy Waters. HEX triplet: A8, 81 and 50. RGB value is (168,129,80). Sum of RGB (Red+Green+Blue) = 168+129+80=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A88150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88150 is #577EAF. Grayscale: #878787. Windows color (decimal): -5734064 or 5276072. OLE color: 5276072.

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

Color convert

RGB 168 129 80 -
CMYK 0 0.23 0.52 0.34
HSL 33.41º 0.35% 0.49% -
HSV(B) 33.41º 0.52% 0.66% -
XYZ 25.45 24.6 11 -
YUV 135.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 168 129 80 0 0.23 0.52 0.34 33.41 0.35 0.49
Hex A8 81 50 0 17 34 22 21 23 31
Octal 250 201 120 0 27 64 42 41 43 61
Binary 10101000 10000001 1010000 0 10111 110100 100010 100001 100011 110001

Color Harmonies of #A88150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88150

Black with #A88150

Text Example


Text Example

White with #A88150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88150; }

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

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

background-color css

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

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

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

border-color css

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

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

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