Html Css Color HEX #AF8254 Muddy Waters

📋 copy color: '#AF8254'

red 175 ◦ green 130 ◦ blue 84

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

Shades of Muddy Waters #AF8254

Tints of Muddy Waters #AF8254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.59%

R = 44.99%
G = 33.42%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF8254 (or 0xAF8254) is known color: Muddy Waters. HEX triplet: AF, 82 and 54. RGB value is (175,130,84). Sum of RGB (Red+Green+Blue) = 175+130+84=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8254 is #507DAB. Grayscale: #8A8A8A. Windows color (decimal): -5275052 or 5538479. OLE color: 5538479.

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

Color convert

RGB 175 130 84 -
CMYK 0 0.26 0.52 0.31
HSL 30.33º 0.36% 0.51% -
HSV(B) 30.33º 0.52% 0.69% -
XYZ 27.26 25.72 11.91 -
YUV 138.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 175 130 84 0 0.26 0.52 0.31 30.33 0.36 0.51
Hex AF 82 54 0 1A 34 1F 1E 24 33
Octal 257 202 124 0 32 64 37 36 44 63
Binary 10101111 10000010 1010100 0 11010 110100 11111 11110 100100 110011

Color Harmonies of #AF8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8254

Black with #AF8254

Text Example


Text Example

White with #AF8254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8254; }

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

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

background-color css

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

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

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

border-color css

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

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

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