Html Css Color HEX #AF814C Muddy Waters

📋 copy color: '#AF814C'

red 175 ◦ green 129 ◦ blue 76

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

Shades of Muddy Waters #AF814C

Tints of Muddy Waters #AF814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 46.05%
G = 33.95%
B = 20%

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

#AF814C (or 0xAF814C) is known color: Muddy Waters. HEX triplet: AF, 81 and 4C. RGB value is (175,129,76). Sum of RGB (Red+Green+Blue) = 175+129+76=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF814C is #507EB3. Grayscale: #888888. Windows color (decimal): -5275316 or 5013935. OLE color: 5013935.

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

Color convert

RGB 175 129 76 -
CMYK 0 0.26 0.57 0.31
HSL 32.12º 0.39% 0.49% -
HSV(B) 32.12º 0.57% 0.69% -
XYZ 26.83 25.34 10.31 -
YUV 136.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 175 129 76 0 0.26 0.57 0.31 32.12 0.39 0.49
Hex AF 81 4C 0 1A 39 1F 20 27 31
Octal 257 201 114 0 32 71 37 40 47 61
Binary 10101111 10000001 1001100 0 11010 111001 11111 100000 100111 110001

Color Harmonies of #AF814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF814C

Black with #AF814C

Text Example


Text Example

White with #AF814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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