Html Css Color HEX #AF7A52 Muddy Waters

📋 copy color: '#AF7A52'

red 175 ◦ green 122 ◦ blue 82

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

Shades of Muddy Waters #AF7A52

Tints of Muddy Waters #AF7A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 46.17%
G = 32.19%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7A52 (or 0xAF7A52) is known color: Muddy Waters. HEX triplet: AF, 7A and 52. RGB value is (175,122,82). Sum of RGB (Red+Green+Blue) = 175+122+82=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A52 is #5085AD. Grayscale: #858585. Windows color (decimal): -5277102 or 5405359. OLE color: 5405359.

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

Color convert

RGB 175 122 82 -
CMYK 0 0.30 0.53 0.31
HSL 25.81º 0.37% 0.5% -
HSV(B) 25.81º 0.53% 0.69% -
XYZ 26.16 23.64 11.17 -
YUV 133.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 175 122 82 0 0.30 0.53 0.31 25.81 0.37 0.5
Hex AF 7A 52 0 1E 35 1F 1A 25 32
Octal 257 172 122 0 36 65 37 32 45 62
Binary 10101111 1111010 1010010 0 11110 110101 11111 11010 100101 110010

Color Harmonies of #AF7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A52

Black with #AF7A52

Text Example


Text Example

White with #AF7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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