Html Css Color HEX #AF8255 Muddy Waters

📋 copy color: '#AF8255'

red 175 ◦ green 130 ◦ blue 85

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

Shades of Muddy Waters #AF8255

Tints of Muddy Waters #AF8255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 44.87%
G = 33.33%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8255 (or 0xAF8255) is known color: Muddy Waters. HEX triplet: AF, 82 and 55. RGB value is (175,130,85). Sum of RGB (Red+Green+Blue) = 175+130+85=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8255 is #507DAA. Grayscale: #8A8A8A. Windows color (decimal): -5275051 or 5604015. OLE color: 5604015.

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

Color convert

RGB 175 130 85 -
CMYK 0 0.26 0.51 0.31
HSL 30º 0.36% 0.51% -
HSV(B) 30º 0.51% 0.69% -
XYZ 27.3 25.74 12.12 -
YUV 138.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 175 130 85 0 0.26 0.51 0.31 30 0.36 0.51
Hex AF 82 55 0 1A 33 1F 1E 24 33
Octal 257 202 125 0 32 63 37 36 44 63
Binary 10101111 10000010 1010101 0 11010 110011 11111 11110 100100 110011

Color Harmonies of #AF8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8255

Black with #AF8255

Text Example


Text Example

White with #AF8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8255; }

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

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

background-color css

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

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

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

border-color css

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

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

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