Html Css Color HEX #AF7E43 Muddy Waters

📋 copy color: '#AF7E43'

red 175 ◦ green 126 ◦ blue 67

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

Shades of Muddy Waters #AF7E43

Tints of Muddy Waters #AF7E43

RGB

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

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

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

R = 47.55%
G = 34.24%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF7E43 (or 0xAF7E43) is known color: Muddy Waters. HEX triplet: AF, 7E and 43. RGB value is (175,126,67). Sum of RGB (Red+Green+Blue) = 175+126+67=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E43 is #5081BC. Grayscale: #868686. Windows color (decimal): -5276093 or 4423343. OLE color: 4423343.

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

Color convert

RGB 175 126 67 -
CMYK 0 0.28 0.62 0.31
HSL 32.78º 0.45% 0.47% -
HSV(B) 32.78º 0.62% 0.69% -
XYZ 26.15 24.44 8.65 -
YUV 133.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 175 126 67 0 0.28 0.62 0.31 32.78 0.45 0.47
Hex AF 7E 43 0 1C 3E 1F 21 2D 2F
Octal 257 176 103 0 34 76 37 41 55 57
Binary 10101111 1111110 1000011 0 11100 111110 11111 100001 101101 101111

Color Harmonies of #AF7E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E43

Black with #AF7E43

Text Example


Text Example

White with #AF7E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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