Html Css Color HEX #AF7E54 Muddy Waters

📋 copy color: '#AF7E54'

red 175 ◦ green 126 ◦ blue 84

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

Shades of Muddy Waters #AF7E54

Tints of Muddy Waters #AF7E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.82%

R = 45.45%
G = 32.73%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF7E54 (or 0xAF7E54) is known color: Muddy Waters. HEX triplet: AF, 7E and 54. RGB value is (175,126,84). Sum of RGB (Red+Green+Blue) = 175+126+84=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E54 is #5081AB. Grayscale: #888888. Windows color (decimal): -5276076 or 5537455. OLE color: 5537455.

HSL color Cylindrical-coordinate representation of color #AF7E54: hue angle of 27.69º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF7E54 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 84 -
CMYK 0 0.28 0.52 0.31
HSL 27.69º 0.36% 0.51% -
HSV(B) 27.69º 0.52% 0.69% -
XYZ 26.74 24.68 11.74 -
YUV 135.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 175 126 84 0 0.28 0.52 0.31 27.69 0.36 0.51
Hex AF 7E 54 0 1C 34 1F 1C 24 33
Octal 257 176 124 0 34 64 37 34 44 63
Binary 10101111 1111110 1010100 0 11100 110100 11111 11100 100100 110011

Color Harmonies of #AF7E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E54

Black with #AF7E54

Text Example


Text Example

White with #AF7E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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