Html Css Color HEX #AF7A51 Muddy Waters

📋 copy color: '#AF7A51'

red 175 ◦ green 122 ◦ blue 81

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

Shades of Muddy Waters #AF7A51

Tints of Muddy Waters #AF7A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 81 (32.03% from 255) = 21.43%

R = 46.3%
G = 32.28%
B = 21.43%

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

#AF7A51 (or 0xAF7A51) is known color: Muddy Waters. HEX triplet: AF, 7A and 51. RGB value is (175,122,81). Sum of RGB (Red+Green+Blue) = 175+122+81=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A51 is #5085AE. Grayscale: #858585. Windows color (decimal): -5277103 or 5339823. OLE color: 5339823.

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

Color convert

RGB 175 122 81 -
CMYK 0 0.30 0.54 0.31
HSL 26.17º 0.37% 0.5% -
HSV(B) 26.17º 0.54% 0.69% -
XYZ 26.12 23.63 10.97 -
YUV 133.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 175 122 81 0 0.30 0.54 0.31 26.17 0.37 0.5
Hex AF 7A 51 0 1E 36 1F 1A 25 32
Octal 257 172 121 0 36 66 37 32 45 62
Binary 10101111 1111010 1010001 0 11110 110110 11111 11010 100101 110010

Color Harmonies of #AF7A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A51

Black with #AF7A51

Text Example


Text Example

White with #AF7A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A51; }

 p { color: rgb(175,122,81); }

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

background-color css

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

 a { background-color: rgb(175,122,81); }

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

border-color css

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

 span { border-color: rgb(175,122,81); }

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