Html Css Color HEX #AA814B Muddy Waters

📋 copy color: '#AA814B'

red 170 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #AA814B

Tints of Muddy Waters #AA814B

RGB

 RED value IS 170 (66.8% from 255) = 45.45%

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 75 (29.69% from 255) = 20.05%

R = 45.45%
G = 34.49%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA814B (or 0xAA814B) is known color: Muddy Waters. HEX triplet: AA, 81 and 4B. RGB value is (170,129,75). Sum of RGB (Red+Green+Blue) = 170+129+75=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA814B is #557EB4. Grayscale: #878787. Windows color (decimal): -5602997 or 4948394. OLE color: 4948394.

HSL color Cylindrical-coordinate representation of color #AA814B: hue angle of 34.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA814B is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 75 -
CMYK 0 0.24 0.56 0.33
HSL 34.11º 0.39% 0.48% -
HSV(B) 34.11º 0.56% 0.67% -
XYZ 25.7 24.75 10.08 -
YUV 135.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 170 129 75 0 0.24 0.56 0.33 34.11 0.39 0.48
Hex AA 81 4B 0 18 38 21 22 27 30
Octal 252 201 113 0 30 70 41 42 47 60
Binary 10101010 10000001 1001011 0 11000 111000 100001 100010 100111 110000

Color Harmonies of #AA814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA814B

Black with #AA814B

Text Example


Text Example

White with #AA814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA814B; }

 p { color: rgb(170,129,75); }

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

background-color css

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

 a { background-color: rgb(170,129,75); }

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

border-color css

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

 span { border-color: rgb(170,129,75); }

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