Html Css Color HEX #AF7A4D Muddy Waters

📋 copy color: '#AF7A4D'

red 175 ◦ green 122 ◦ blue 77

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

Shades of Muddy Waters #AF7A4D

Tints of Muddy Waters #AF7A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 46.79%
G = 32.62%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF7A4D (or 0xAF7A4D) is known color: Muddy Waters. HEX triplet: AF, 7A and 4D. RGB value is (175,122,77). Sum of RGB (Red+Green+Blue) = 175+122+77=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A4D is #5085B2. Grayscale: #848484. Windows color (decimal): -5277107 or 5077679. OLE color: 5077679.

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

Color convert

RGB 175 122 77 -
CMYK 0 0.30 0.56 0.31
HSL 27.55º 0.39% 0.49% -
HSV(B) 27.55º 0.56% 0.69% -
XYZ 25.98 23.57 10.2 -
YUV 132.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 175 122 77 0 0.30 0.56 0.31 27.55 0.39 0.49
Hex AF 7A 4D 0 1E 38 1F 1C 27 31
Octal 257 172 115 0 36 70 37 34 47 61
Binary 10101111 1111010 1001101 0 11110 111000 11111 11100 100111 110001

Color Harmonies of #AF7A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A4D

Black with #AF7A4D

Text Example


Text Example

White with #AF7A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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