Html Css Color HEX #AF7B53 Muddy Waters

📋 copy color: '#AF7B53'

red 175 ◦ green 123 ◦ blue 83

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

Shades of Muddy Waters #AF7B53

Tints of Muddy Waters #AF7B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 45.93%
G = 32.28%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7B53 (or 0xAF7B53) is known color: Muddy Waters. HEX triplet: AF, 7B and 53. RGB value is (175,123,83). Sum of RGB (Red+Green+Blue) = 175+123+83=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B53 is #5084AC. Grayscale: #868686. Windows color (decimal): -5276845 or 5471151. OLE color: 5471151.

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

Color convert

RGB 175 123 83 -
CMYK 0 0.30 0.53 0.31
HSL 26.09º 0.37% 0.51% -
HSV(B) 26.09º 0.53% 0.69% -
XYZ 26.32 23.9 11.41 -
YUV 133.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 175 123 83 0 0.30 0.53 0.31 26.09 0.37 0.51
Hex AF 7B 53 0 1E 35 1F 1A 25 33
Octal 257 173 123 0 36 65 37 32 45 63
Binary 10101111 1111011 1010011 0 11110 110101 11111 11010 100101 110011

Color Harmonies of #AF7B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B53

Black with #AF7B53

Text Example


Text Example

White with #AF7B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B53; }

 p { color: rgb(175,123,83); }

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

background-color css

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

 a { background-color: rgb(175,123,83); }

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

border-color css

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

 span { border-color: rgb(175,123,83); }

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