Html Css Color HEX #AF804B Muddy Waters

📋 copy color: '#AF804B'

red 175 ◦ green 128 ◦ blue 75

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

Shades of Muddy Waters #AF804B

Tints of Muddy Waters #AF804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 46.3%
G = 33.86%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF804B (or 0xAF804B) is known color: Muddy Waters. HEX triplet: AF, 80 and 4B. RGB value is (175,128,75). Sum of RGB (Red+Green+Blue) = 175+128+75=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF804B is #507FB4. Grayscale: #888888. Windows color (decimal): -5275573 or 4948143. OLE color: 4948143.

HSL color Cylindrical-coordinate representation of color #AF804B: hue angle of 31.8º 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 #AF804B is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 75 -
CMYK 0 0.27 0.57 0.31
HSL 31.8º 0.4% 0.49% -
HSV(B) 31.8º 0.57% 0.69% -
XYZ 26.67 25.06 10.09 -
YUV 136.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 175 128 75 0 0.27 0.57 0.31 31.8 0.4 0.49
Hex AF 80 4B 0 1B 39 1F 20 28 31
Octal 257 200 113 0 33 71 37 40 50 61
Binary 10101111 10000000 1001011 0 11011 111001 11111 100000 101000 110001

Color Harmonies of #AF804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF804B

Black with #AF804B

Text Example


Text Example

White with #AF804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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