Html Css Color HEX #AF8245 Muddy Waters

📋 copy color: '#AF8245'

red 175 ◦ green 130 ◦ blue 69

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

Shades of Muddy Waters #AF8245

Tints of Muddy Waters #AF8245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 46.79%
G = 34.76%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8245 (or 0xAF8245) is known color: Muddy Waters. HEX triplet: AF, 82 and 45. RGB value is (175,130,69). Sum of RGB (Red+Green+Blue) = 175+130+69=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8245 is #507DBA. Grayscale: #888888. Windows color (decimal): -5275067 or 4555439. OLE color: 4555439.

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

Color convert

RGB 175 130 69 -
CMYK 0 0.26 0.61 0.31
HSL 34.53º 0.43% 0.48% -
HSV(B) 34.53º 0.61% 0.69% -
XYZ 26.74 25.51 9.14 -
YUV 136.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 175 130 69 0 0.26 0.61 0.31 34.53 0.43 0.48
Hex AF 82 45 0 1A 3D 1F 23 2B 30
Octal 257 202 105 0 32 75 37 43 53 60
Binary 10101111 10000010 1000101 0 11010 111101 11111 100011 101011 110000

Color Harmonies of #AF8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8245

Black with #AF8245

Text Example


Text Example

White with #AF8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8245; }

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

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

background-color css

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

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

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

border-color css

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

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

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