Html Css Color HEX #AF814B Muddy Waters

📋 copy color: '#AF814B'

red 175 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #AF814B

Tints of Muddy Waters #AF814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 46.17%
G = 34.04%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF814B (or 0xAF814B) is known color: Muddy Waters. HEX triplet: AF, 81 and 4B. RGB value is (175,129,75). Sum of RGB (Red+Green+Blue) = 175+129+75=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF814B is #507EB4. Grayscale: #888888. Windows color (decimal): -5275317 or 4948399. OLE color: 4948399.

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

Color convert

RGB 175 129 75 -
CMYK 0 0.26 0.57 0.31
HSL 32.4º 0.4% 0.49% -
HSV(B) 32.4º 0.57% 0.69% -
XYZ 26.8 25.32 10.13 -
YUV 136.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 175 129 75 0 0.26 0.57 0.31 32.4 0.4 0.49
Hex AF 81 4B 0 1A 39 1F 20 28 31
Octal 257 201 113 0 32 71 37 40 50 61
Binary 10101111 10000001 1001011 0 11010 111001 11111 100000 101000 110001

Color Harmonies of #AF814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF814B

Black with #AF814B

Text Example


Text Example

White with #AF814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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