Html Css Color HEX #AF824C Muddy Waters

📋 copy color: '#AF824C'

red 175 ◦ green 130 ◦ blue 76

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

Shades of Muddy Waters #AF824C

Tints of Muddy Waters #AF824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 45.93%
G = 34.12%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF824C (or 0xAF824C) is known color: Muddy Waters. HEX triplet: AF, 82 and 4C. RGB value is (175,130,76). Sum of RGB (Red+Green+Blue) = 175+130+76=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF824C is #507DB3. Grayscale: #898989. Windows color (decimal): -5275060 or 5014191. OLE color: 5014191.

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

Color convert

RGB 175 130 76 -
CMYK 0 0.26 0.57 0.31
HSL 32.73º 0.39% 0.49% -
HSV(B) 32.73º 0.57% 0.69% -
XYZ 26.97 25.6 10.36 -
YUV 137.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 175 130 76 0 0.26 0.57 0.31 32.73 0.39 0.49
Hex AF 82 4C 0 1A 39 1F 21 27 31
Octal 257 202 114 0 32 71 37 41 47 61
Binary 10101111 10000010 1001100 0 11010 111001 11111 100001 100111 110001

Color Harmonies of #AF824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF824C

Black with #AF824C

Text Example


Text Example

White with #AF824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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