Html Css Color HEX #AF824A Muddy Waters

📋 copy color: '#AF824A'

red 175 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #AF824A

Tints of Muddy Waters #AF824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 46.17%
G = 34.3%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF824A (or 0xAF824A) is known color: Muddy Waters. HEX triplet: AF, 82 and 4A. RGB value is (175,130,74). Sum of RGB (Red+Green+Blue) = 175+130+74=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF824A is #507DB5. Grayscale: #898989. Windows color (decimal): -5275062 or 4883119. OLE color: 4883119.

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

Color convert

RGB 175 130 74 -
CMYK 0 0.26 0.58 0.31
HSL 33.27º 0.41% 0.49% -
HSV(B) 33.27º 0.58% 0.69% -
XYZ 26.9 25.57 10 -
YUV 137.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 175 130 74 0 0.26 0.58 0.31 33.27 0.41 0.49
Hex AF 82 4A 0 1A 3A 1F 21 29 31
Octal 257 202 112 0 32 72 37 41 51 61
Binary 10101111 10000010 1001010 0 11010 111010 11111 100001 101001 110001

Color Harmonies of #AF824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF824A

Black with #AF824A

Text Example


Text Example

White with #AF824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF824A; }

 p { color: rgb(175,130,74); }

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

background-color css

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

 a { background-color: rgb(175,130,74); }

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

border-color css

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

 span { border-color: rgb(175,130,74); }

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