Html Css Color HEX #AF7B4F Muddy Waters

📋 copy color: '#AF7B4F'

red 175 ◦ green 123 ◦ blue 79

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

Shades of Muddy Waters #AF7B4F

Tints of Muddy Waters #AF7B4F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 46.42%
G = 32.63%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF7B4F (or 0xAF7B4F) is known color: Muddy Waters. HEX triplet: AF, 7B and 4F. RGB value is (175,123,79). Sum of RGB (Red+Green+Blue) = 175+123+79=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B4F is #5084B0. Grayscale: #858585. Windows color (decimal): -5276849 or 5209007. OLE color: 5209007.

HSL color Cylindrical-coordinate representation of color #AF7B4F: hue angle of 27.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF7B4F is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 79 -
CMYK 0 0.30 0.55 0.31
HSL 27.5º 0.38% 0.5% -
HSV(B) 27.5º 0.55% 0.69% -
XYZ 26.17 23.84 10.62 -
YUV 133.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 175 123 79 0 0.30 0.55 0.31 27.5 0.38 0.5
Hex AF 7B 4F 0 1E 37 1F 1C 26 32
Octal 257 173 117 0 36 67 37 34 46 62
Binary 10101111 1111011 1001111 0 11110 110111 11111 11100 100110 110010

Color Harmonies of #AF7B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B4F

Black with #AF7B4F

Text Example


Text Example

White with #AF7B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B4F; }

 p { color: rgb(175,123,79); }

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

background-color css

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

 a { background-color: rgb(175,123,79); }

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

border-color css

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

 span { border-color: rgb(175,123,79); }

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