Html Css Color HEX #AF7A54 Muddy Waters

📋 copy color: '#AF7A54'

red 175 ◦ green 122 ◦ blue 84

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

Shades of Muddy Waters #AF7A54

Tints of Muddy Waters #AF7A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.05%

R = 45.93%
G = 32.02%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF7A54 (or 0xAF7A54) is known color: Muddy Waters. HEX triplet: AF, 7A and 54. RGB value is (175,122,84). Sum of RGB (Red+Green+Blue) = 175+122+84=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A54 is #5085AB. Grayscale: #858585. Windows color (decimal): -5277100 or 5536431. OLE color: 5536431.

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

Color convert

RGB 175 122 84 -
CMYK 0 0.30 0.52 0.31
HSL 25.05º 0.36% 0.51% -
HSV(B) 25.05º 0.52% 0.69% -
XYZ 26.24 23.67 11.57 -
YUV 133.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 175 122 84 0 0.30 0.52 0.31 25.05 0.36 0.51
Hex AF 7A 54 0 1E 34 1F 19 24 33
Octal 257 172 124 0 36 64 37 31 44 63
Binary 10101111 1111010 1010100 0 11110 110100 11111 11001 100100 110011

Color Harmonies of #AF7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A54

Black with #AF7A54

Text Example


Text Example

White with #AF7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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