Html Css Color HEX #AF8143 Muddy Waters

📋 copy color: '#AF8143'

red 175 ◦ green 129 ◦ blue 67

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

Shades of Muddy Waters #AF8143

Tints of Muddy Waters #AF8143

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 47.17%
G = 34.77%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF8143 (or 0xAF8143) is known color: Muddy Waters. HEX triplet: AF, 81 and 43. RGB value is (175,129,67). Sum of RGB (Red+Green+Blue) = 175+129+67=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8143 is #507EBC. Grayscale: #878787. Windows color (decimal): -5275325 or 4424111. OLE color: 4424111.

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

Color convert

RGB 175 129 67 -
CMYK 0 0.26 0.62 0.31
HSL 34.44º 0.45% 0.47% -
HSV(B) 34.44º 0.62% 0.69% -
XYZ 26.54 25.22 8.78 -
YUV 135.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 175 129 67 0 0.26 0.62 0.31 34.44 0.45 0.47
Hex AF 81 43 0 1A 3E 1F 22 2D 2F
Octal 257 201 103 0 32 76 37 42 55 57
Binary 10101111 10000001 1000011 0 11010 111110 11111 100010 101101 101111

Color Harmonies of #AF8143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8143

Black with #AF8143

Text Example


Text Example

White with #AF8143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8143; }

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

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

background-color css

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

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

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

border-color css

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

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

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