Html Css Color HEX #AF824E Muddy Waters

📋 copy color: '#AF824E'

red 175 ◦ green 130 ◦ blue 78

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

Shades of Muddy Waters #AF824E

Tints of Muddy Waters #AF824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 45.69%
G = 33.94%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF824E (or 0xAF824E) is known color: Muddy Waters. HEX triplet: AF, 82 and 4E. RGB value is (175,130,78). Sum of RGB (Red+Green+Blue) = 175+130+78=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF824E is #507DB1. Grayscale: #898989. Windows color (decimal): -5275058 or 5145263. OLE color: 5145263.

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

Color convert

RGB 175 130 78 -
CMYK 0 0.26 0.55 0.31
HSL 32.16º 0.38% 0.5% -
HSV(B) 32.16º 0.55% 0.69% -
XYZ 27.04 25.63 10.73 -
YUV 137.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 175 130 78 0 0.26 0.55 0.31 32.16 0.38 0.5
Hex AF 82 4E 0 1A 37 1F 20 26 32
Octal 257 202 116 0 32 67 37 40 46 62
Binary 10101111 10000010 1001110 0 11010 110111 11111 100000 100110 110010

Color Harmonies of #AF824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF824E

Black with #AF824E

Text Example


Text Example

White with #AF824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF824E; }

 p { color: rgb(175,130,78); }

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

background-color css

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

 a { background-color: rgb(175,130,78); }

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

border-color css

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

 span { border-color: rgb(175,130,78); }

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