Html Css Color HEX #AF814E Muddy Waters

📋 copy color: '#AF814E'

red 175 ◦ green 129 ◦ blue 78

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

Shades of Muddy Waters #AF814E

Tints of Muddy Waters #AF814E

RGB

 RED value IS 175 (68.75% from 255) = 45.81%

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

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 45.81%
G = 33.77%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF814E (or 0xAF814E) is known color: Muddy Waters. HEX triplet: AF, 81 and 4E. RGB value is (175,129,78). Sum of RGB (Red+Green+Blue) = 175+129+78=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF814E is #507EB1. Grayscale: #898989. Windows color (decimal): -5275314 or 5145007. OLE color: 5145007.

HSL color Cylindrical-coordinate representation of color #AF814E: hue angle of 31.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF814E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 78 -
CMYK 0 0.26 0.55 0.31
HSL 31.55º 0.38% 0.5% -
HSV(B) 31.55º 0.55% 0.69% -
XYZ 26.9 25.36 10.69 -
YUV 136.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 175 129 78 0 0.26 0.55 0.31 31.55 0.38 0.5
Hex AF 81 4E 0 1A 37 1F 20 26 32
Octal 257 201 116 0 32 67 37 40 46 62
Binary 10101111 10000001 1001110 0 11010 110111 11111 100000 100110 110010

Color Harmonies of #AF814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF814E

Black with #AF814E

Text Example


Text Example

White with #AF814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF814E; }

 p { color: rgb(175,129,78); }

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

background-color css

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

 a { background-color: rgb(175,129,78); }

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

border-color css

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

 span { border-color: rgb(175,129,78); }

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