Html Css Color HEX #AF814D Muddy Waters

📋 copy color: '#AF814D'

red 175 ◦ green 129 ◦ blue 77

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

Shades of Muddy Waters #AF814D

Tints of Muddy Waters #AF814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 45.93%
G = 33.86%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF814D (or 0xAF814D) is known color: Muddy Waters. HEX triplet: AF, 81 and 4D. RGB value is (175,129,77). Sum of RGB (Red+Green+Blue) = 175+129+77=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF814D is #507EB2. Grayscale: #898989. Windows color (decimal): -5275315 or 5079471. OLE color: 5079471.

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

Color convert

RGB 175 129 77 -
CMYK 0 0.26 0.56 0.31
HSL 31.84º 0.39% 0.49% -
HSV(B) 31.84º 0.56% 0.69% -
XYZ 26.87 25.35 10.5 -
YUV 136.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 175 129 77 0 0.26 0.56 0.31 31.84 0.39 0.49
Hex AF 81 4D 0 1A 38 1F 20 27 31
Octal 257 201 115 0 32 70 37 40 47 61
Binary 10101111 10000001 1001101 0 11010 111000 11111 100000 100111 110001

Color Harmonies of #AF814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF814D

Black with #AF814D

Text Example


Text Example

White with #AF814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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