Html Css Color HEX #AF7C42 Muddy Waters

📋 copy color: '#AF7C42'

red 175 ◦ green 124 ◦ blue 66

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

Shades of Muddy Waters #AF7C42

Tints of Muddy Waters #AF7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 47.95%
G = 33.97%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF7C42 (or 0xAF7C42) is known color: Muddy Waters. HEX triplet: AF, 7C and 42. RGB value is (175,124,66). Sum of RGB (Red+Green+Blue) = 175+124+66=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C42 is #5083BD. Grayscale: #848484. Windows color (decimal): -5276606 or 4357295. OLE color: 4357295.

HSL color Cylindrical-coordinate representation of color #AF7C42: hue angle of 31.93º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7C42 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 66 -
CMYK 0 0.29 0.62 0.31
HSL 31.93º 0.45% 0.47% -
HSV(B) 31.93º 0.62% 0.69% -
XYZ 25.87 23.92 8.41 -
YUV 132.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 175 124 66 0 0.29 0.62 0.31 31.93 0.45 0.47
Hex AF 7C 42 0 1D 3E 1F 20 2D 2F
Octal 257 174 102 0 35 76 37 40 55 57
Binary 10101111 1111100 1000010 0 11101 111110 11111 100000 101101 101111

Color Harmonies of #AF7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C42

Black with #AF7C42

Text Example


Text Example

White with #AF7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C42; }

 p { color: rgb(175,124,66); }

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

background-color css

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

 a { background-color: rgb(175,124,66); }

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

border-color css

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

 span { border-color: rgb(175,124,66); }

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