Html Css Color HEX #AF7F43 Muddy Waters

📋 copy color: '#AF7F43'

red 175 ◦ green 127 ◦ blue 67

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

Shades of Muddy Waters #AF7F43

Tints of Muddy Waters #AF7F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.16%

R = 47.43%
G = 34.42%
B = 18.16%

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

#AF7F43 (or 0xAF7F43) is known color: Muddy Waters. HEX triplet: AF, 7F and 43. RGB value is (175,127,67). Sum of RGB (Red+Green+Blue) = 175+127+67=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F43 is #5080BC. Grayscale: #868686. Windows color (decimal): -5275837 or 4423599. OLE color: 4423599.

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

Color convert

RGB 175 127 67 -
CMYK 0 0.27 0.62 0.31
HSL 33.33º 0.45% 0.47% -
HSV(B) 33.33º 0.62% 0.69% -
XYZ 26.28 24.7 8.69 -
YUV 134.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 175 127 67 0 0.27 0.62 0.31 33.33 0.45 0.47
Hex AF 7F 43 0 1B 3E 1F 21 2D 2F
Octal 257 177 103 0 33 76 37 41 55 57
Binary 10101111 1111111 1000011 0 11011 111110 11111 100001 101101 101111

Color Harmonies of #AF7F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F43

Black with #AF7F43

Text Example


Text Example

White with #AF7F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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