Html Css Color HEX #AF7B50 Muddy Waters

📋 copy color: '#AF7B50'

red 175 ◦ green 123 ◦ blue 80

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

Shades of Muddy Waters #AF7B50

Tints of Muddy Waters #AF7B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 46.3%
G = 32.54%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7B50 (or 0xAF7B50) is known color: Muddy Waters. HEX triplet: AF, 7B and 50. RGB value is (175,123,80). Sum of RGB (Red+Green+Blue) = 175+123+80=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B50 is #5084AF. Grayscale: #858585. Windows color (decimal): -5276848 or 5274543. OLE color: 5274543.

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

Color convert

RGB 175 123 80 -
CMYK 0 0.30 0.54 0.31
HSL 27.16º 0.37% 0.5% -
HSV(B) 27.16º 0.54% 0.69% -
XYZ 26.21 23.86 10.81 -
YUV 133.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 175 123 80 0 0.30 0.54 0.31 27.16 0.37 0.5
Hex AF 7B 50 0 1E 36 1F 1B 25 32
Octal 257 173 120 0 36 66 37 33 45 62
Binary 10101111 1111011 1010000 0 11110 110110 11111 11011 100101 110010

Color Harmonies of #AF7B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B50

Black with #AF7B50

Text Example


Text Example

White with #AF7B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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