Html Css Color HEX #AF7B45 Muddy Waters

📋 copy color: '#AF7B45'

red 175 ◦ green 123 ◦ blue 69

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

Shades of Muddy Waters #AF7B45

Tints of Muddy Waters #AF7B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

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

R = 47.68%
G = 33.51%
B = 18.8%

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

#AF7B45 (or 0xAF7B45) is known color: Muddy Waters. HEX triplet: AF, 7B and 45. RGB value is (175,123,69). Sum of RGB (Red+Green+Blue) = 175+123+69=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B45 is #5084BA. Grayscale: #848484. Windows color (decimal): -5276859 or 4553647. OLE color: 4553647.

HSL color Cylindrical-coordinate representation of color #AF7B45: hue angle of 30.57º 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 #AF7B45 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 69 -
CMYK 0 0.30 0.61 0.31
HSL 30.57º 0.43% 0.48% -
HSV(B) 30.57º 0.61% 0.69% -
XYZ 25.84 23.71 8.84 -
YUV 132.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 175 123 69 0 0.30 0.61 0.31 30.57 0.43 0.48
Hex AF 7B 45 0 1E 3D 1F 1F 2B 30
Octal 257 173 105 0 36 75 37 37 53 60
Binary 10101111 1111011 1000101 0 11110 111101 11111 11111 101011 110000

Color Harmonies of #AF7B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B45

Black with #AF7B45

Text Example


Text Example

White with #AF7B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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