Html Css Color HEX #AF7E4A Muddy Waters

📋 copy color: '#AF7E4A'

red 175 ◦ green 126 ◦ blue 74

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

Shades of Muddy Waters #AF7E4A

Tints of Muddy Waters #AF7E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 46.67%
G = 33.6%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7E4A (or 0xAF7E4A) is known color: Muddy Waters. HEX triplet: AF, 7E and 4A. RGB value is (175,126,74). Sum of RGB (Red+Green+Blue) = 175+126+74=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E4A is #5081B5. Grayscale: #868686. Windows color (decimal): -5276086 or 4882095. OLE color: 4882095.

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

Color convert

RGB 175 126 74 -
CMYK 0 0.28 0.58 0.31
HSL 30.89º 0.41% 0.49% -
HSV(B) 30.89º 0.58% 0.69% -
XYZ 26.38 24.53 9.82 -
YUV 134.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 175 126 74 0 0.28 0.58 0.31 30.89 0.41 0.49
Hex AF 7E 4A 0 1C 3A 1F 1F 29 31
Octal 257 176 112 0 34 72 37 37 51 61
Binary 10101111 1111110 1001010 0 11100 111010 11111 11111 101001 110001

Color Harmonies of #AF7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E4A

Black with #AF7E4A

Text Example


Text Example

White with #AF7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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