Html Css Color HEX #AF8243 Muddy Waters

📋 copy color: '#AF8243'

red 175 ◦ green 130 ◦ blue 67

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

Shades of Muddy Waters #AF8243

Tints of Muddy Waters #AF8243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

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

R = 47.04%
G = 34.95%
B = 18.01%

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

#AF8243 (or 0xAF8243) is known color: Muddy Waters. HEX triplet: AF, 82 and 43. RGB value is (175,130,67). Sum of RGB (Red+Green+Blue) = 175+130+67=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8243 is #507DBC. Grayscale: #888888. Windows color (decimal): -5275069 or 4424367. OLE color: 4424367.

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

Color convert

RGB 175 130 67 -
CMYK 0 0.26 0.62 0.31
HSL 35º 0.45% 0.47% -
HSV(B) 35º 0.62% 0.69% -
XYZ 26.67 25.48 8.82 -
YUV 136.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 175 130 67 0 0.26 0.62 0.31 35 0.45 0.47
Hex AF 82 43 0 1A 3E 1F 23 2D 2F
Octal 257 202 103 0 32 76 37 43 55 57
Binary 10101111 10000010 1000011 0 11010 111110 11111 100011 101101 101111

Color Harmonies of #AF8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8243

Black with #AF8243

Text Example


Text Example

White with #AF8243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8243; }

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

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

background-color css

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

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

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

border-color css

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

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

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