Html Css Color HEX #AF7B46 Muddy Waters

📋 copy color: '#AF7B46'

red 175 ◦ green 123 ◦ blue 70

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

Shades of Muddy Waters #AF7B46

Tints of Muddy Waters #AF7B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 47.55%
G = 33.42%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF7B46 (or 0xAF7B46) is known color: Muddy Waters. HEX triplet: AF, 7B and 46. RGB value is (175,123,70). Sum of RGB (Red+Green+Blue) = 175+123+70=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B46 is #5084B9. Grayscale: #848484. Windows color (decimal): -5276858 or 4619183. OLE color: 4619183.

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

Color convert

RGB 175 123 70 -
CMYK 0 0.30 0.60 0.31
HSL 30.29º 0.43% 0.48% -
HSV(B) 30.29º 0.6% 0.69% -
XYZ 25.87 23.72 9.01 -
YUV 132.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 175 123 70 0 0.30 0.60 0.31 30.29 0.43 0.48
Hex AF 7B 46 0 1E 3C 1F 1E 2B 30
Octal 257 173 106 0 36 74 37 36 53 60
Binary 10101111 1111011 1000110 0 11110 111100 11111 11110 101011 110000

Color Harmonies of #AF7B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B46

Black with #AF7B46

Text Example


Text Example

White with #AF7B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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