Html Css Color HEX #A78142 Muddy Waters

📋 copy color: '#A78142'

red 167 ◦ green 129 ◦ blue 66

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

Shades of Muddy Waters #A78142

Tints of Muddy Waters #A78142

RGB

 RED value IS 167 (65.63% from 255) = 46.13%

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 46.13%
G = 35.64%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A78142 (or 0xA78142) is known color: Muddy Waters. HEX triplet: A7, 81 and 42. RGB value is (167,129,66). Sum of RGB (Red+Green+Blue) = 167+129+66=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A78142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78142 is #587EBD. Grayscale: #858585. Windows color (decimal): -5799614 or 4358567. OLE color: 4358567.

HSL color Cylindrical-coordinate representation of color #A78142: hue angle of 37.43º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A78142 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 129 66 -
CMYK 0 0.23 0.60 0.35
HSL 37.43º 0.43% 0.46% -
HSV(B) 37.43º 0.6% 0.65% -
XYZ 24.77 24.31 8.54 -
YUV 133.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 167 129 66 0 0.23 0.60 0.35 37.43 0.43 0.46
Hex A7 81 42 0 17 3C 23 25 2B 2E
Octal 247 201 102 0 27 74 43 45 53 56
Binary 10100111 10000001 1000010 0 10111 111100 100011 100101 101011 101110

Color Harmonies of #A78142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78142

Black with #A78142

Text Example


Text Example

White with #A78142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78142; }

 p { color: rgb(167,129,66); }

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

background-color css

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

 a { background-color: rgb(167,129,66); }

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

border-color css

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

 span { border-color: rgb(167,129,66); }

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