Html Css Color HEX #AF7A45 Muddy Waters

📋 copy color: '#AF7A45'

red 175 ◦ green 122 ◦ blue 69

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

Shades of Muddy Waters #AF7A45

Tints of Muddy Waters #AF7A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 47.81%
G = 33.33%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF7A45 (or 0xAF7A45) is known color: Muddy Waters. HEX triplet: AF, 7A and 45. RGB value is (175,122,69). Sum of RGB (Red+Green+Blue) = 175+122+69=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A45 is #5085BA. Grayscale: #848484. Windows color (decimal): -5277115 or 4553391. OLE color: 4553391.

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

Color convert

RGB 175 122 69 -
CMYK 0 0.30 0.61 0.31
HSL 30º 0.43% 0.48% -
HSV(B) 30º 0.61% 0.69% -
XYZ 25.71 23.46 8.8 -
YUV 131.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 175 122 69 0 0.30 0.61 0.31 30 0.43 0.48
Hex AF 7A 45 0 1E 3D 1F 1E 2B 30
Octal 257 172 105 0 36 75 37 36 53 60
Binary 10101111 1111010 1000101 0 11110 111101 11111 11110 101011 110000

Color Harmonies of #AF7A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A45

Black with #AF7A45

Text Example


Text Example

White with #AF7A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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