Html Css Color HEX #AF8545 Muddy Waters

📋 copy color: '#AF8545'

red 175 ◦ green 133 ◦ blue 69

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

Shades of Muddy Waters #AF8545

Tints of Muddy Waters #AF8545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 46.42%
G = 35.28%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8545 (or 0xAF8545) is known color: Muddy Waters. HEX triplet: AF, 85 and 45. RGB value is (175,133,69). Sum of RGB (Red+Green+Blue) = 175+133+69=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8545 is #507ABA. Grayscale: #8A8A8A. Windows color (decimal): -5274299 or 4556207. OLE color: 4556207.

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

Color convert

RGB 175 133 69 -
CMYK 0 0.24 0.61 0.31
HSL 36.23º 0.43% 0.48% -
HSV(B) 36.23º 0.61% 0.69% -
XYZ 27.14 26.32 9.28 -
YUV 138.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 175 133 69 0 0.24 0.61 0.31 36.23 0.43 0.48
Hex AF 85 45 0 18 3D 1F 24 2B 30
Octal 257 205 105 0 30 75 37 44 53 60
Binary 10101111 10000101 1000101 0 11000 111101 11111 100100 101011 110000

Color Harmonies of #AF8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8545

Black with #AF8545

Text Example


Text Example

White with #AF8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8545; }

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

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

background-color css

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

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

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

border-color css

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

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

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