Html Css Color HEX #AF7E4C Muddy Waters

📋 copy color: '#AF7E4C'

red 175 ◦ green 126 ◦ blue 76

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

Shades of Muddy Waters #AF7E4C

Tints of Muddy Waters #AF7E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 46.42%
G = 33.42%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF7E4C (or 0xAF7E4C) is known color: Muddy Waters. HEX triplet: AF, 7E and 4C. RGB value is (175,126,76). Sum of RGB (Red+Green+Blue) = 175+126+76=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E4C is #5081B3. Grayscale: #878787. Windows color (decimal): -5276084 or 5013167. OLE color: 5013167.

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

Color convert

RGB 175 126 76 -
CMYK 0 0.28 0.57 0.31
HSL 30.3º 0.39% 0.49% -
HSV(B) 30.3º 0.57% 0.69% -
XYZ 26.44 24.56 10.18 -
YUV 134.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 175 126 76 0 0.28 0.57 0.31 30.3 0.39 0.49
Hex AF 7E 4C 0 1C 39 1F 1E 27 31
Octal 257 176 114 0 34 71 37 36 47 61
Binary 10101111 1111110 1001100 0 11100 111001 11111 11110 100111 110001

Color Harmonies of #AF7E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E4C

Black with #AF7E4C

Text Example


Text Example

White with #AF7E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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