Html Css Color HEX #AF814A Muddy Waters

📋 copy color: '#AF814A'

red 175 ◦ green 129 ◦ blue 74

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

Shades of Muddy Waters #AF814A

Tints of Muddy Waters #AF814A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 46.3%
G = 34.13%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF814A (or 0xAF814A) is known color: Muddy Waters. HEX triplet: AF, 81 and 4A. RGB value is (175,129,74). Sum of RGB (Red+Green+Blue) = 175+129+74=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF814A is #507EB5. Grayscale: #888888. Windows color (decimal): -5275318 or 4882863. OLE color: 4882863.

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

Color convert

RGB 175 129 74 -
CMYK 0 0.26 0.58 0.31
HSL 32.67º 0.41% 0.49% -
HSV(B) 32.67º 0.58% 0.69% -
XYZ 26.77 25.31 9.95 -
YUV 136.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 175 129 74 0 0.26 0.58 0.31 32.67 0.41 0.49
Hex AF 81 4A 0 1A 3A 1F 21 29 31
Octal 257 201 112 0 32 72 37 41 51 61
Binary 10101111 10000001 1001010 0 11010 111010 11111 100001 101001 110001

Color Harmonies of #AF814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF814A

Black with #AF814A

Text Example


Text Example

White with #AF814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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