Html Css Color HEX #AF7F42 Muddy Waters

📋 copy color: '#AF7F42'

red 175 ◦ green 127 ◦ blue 66

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

Shades of Muddy Waters #AF7F42

Tints of Muddy Waters #AF7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 47.55%
G = 34.51%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF7F42 (or 0xAF7F42) is known color: Muddy Waters. HEX triplet: AF, 7F and 42. RGB value is (175,127,66). Sum of RGB (Red+Green+Blue) = 175+127+66=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F42 is #5080BD. Grayscale: #868686. Windows color (decimal): -5275838 or 4358063. OLE color: 4358063.

HSL color Cylindrical-coordinate representation of color #AF7F42: hue angle of 33.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7F42 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 66 -
CMYK 0 0.27 0.62 0.31
HSL 33.58º 0.45% 0.47% -
HSV(B) 33.58º 0.62% 0.69% -
XYZ 26.25 24.69 8.54 -
YUV 134.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 175 127 66 0 0.27 0.62 0.31 33.58 0.45 0.47
Hex AF 7F 42 0 1B 3E 1F 22 2D 2F
Octal 257 177 102 0 33 76 37 42 55 57
Binary 10101111 1111111 1000010 0 11011 111110 11111 100010 101101 101111

Color Harmonies of #AF7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F42

Black with #AF7F42

Text Example


Text Example

White with #AF7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F42; }

 p { color: rgb(175,127,66); }

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

background-color css

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

 a { background-color: rgb(175,127,66); }

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

border-color css

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

 span { border-color: rgb(175,127,66); }

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