Html Css Color HEX #A8764B Muesli

📋 copy color: '#A8764B'

red 168 ◦ green 118 ◦ blue 75

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

Shades of Muesli #A8764B

Tints of Muesli #A8764B

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 46.54%
G = 32.69%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8764B (or 0xA8764B) is known color: Muesli. HEX triplet: A8, 76 and 4B. RGB value is (168,118,75). Sum of RGB (Red+Green+Blue) = 168+118+75=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8764B is #5789B4. Grayscale: #808080. Windows color (decimal): -5736885 or 4945576. OLE color: 4945576.

HSL color Cylindrical-coordinate representation of color #A8764B: hue angle of 27.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8764B is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 75 -
CMYK 0 0.30 0.55 0.34
HSL 27.74º 0.38% 0.48% -
HSV(B) 27.74º 0.55% 0.66% -
XYZ 23.9 21.79 9.6 -
YUV 128.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 168 118 75 0 0.30 0.55 0.34 27.74 0.38 0.48
Hex A8 76 4B 0 1E 37 22 1C 26 30
Octal 250 166 113 0 36 67 42 34 46 60
Binary 10101000 1110110 1001011 0 11110 110111 100010 11100 100110 110000

Color Harmonies of #A8764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8764B

Black with #A8764B

Text Example


Text Example

White with #A8764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8764B; }

 p { color: rgb(168,118,75); }

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

background-color css

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

 a { background-color: rgb(168,118,75); }

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

border-color css

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

 span { border-color: rgb(168,118,75); }

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