Html Css Color HEX #A89068 Mongoose

📋 copy color: '#A89068'

red 168 ◦ green 144 ◦ blue 104

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

Shades of Mongoose #A89068

Tints of Mongoose #A89068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 40.38%
G = 34.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A89068 (or 0xA89068) is known color: Mongoose. HEX triplet: A8, 90 and 68. RGB value is (168,144,104). Sum of RGB (Red+Green+Blue) = 168+144+104=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89068 is #576F97. Grayscale: #929292. Windows color (decimal): -5730200 or 6852776. OLE color: 6852776.

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

Color convert

RGB 168 144 104 -
CMYK 0 0.14 0.38 0.34
HSL 37.5º 0.27% 0.53% -
HSV(B) 37.5º 0.38% 0.66% -
XYZ 28.62 29.27 17.24 -
YUV 146.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 168 144 104 0 0.14 0.38 0.34 37.5 0.27 0.53
Hex A8 90 68 0 E 26 22 26 1B 35
Octal 250 220 150 0 16 46 42 46 33 65
Binary 10101000 10010000 1101000 0 1110 100110 100010 100110 11011 110101

Color Harmonies of #A89068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89068

Black with #A89068

Text Example


Text Example

White with #A89068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89068; }

 p { color: rgb(168,144,104); }

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

background-color css

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

 a { background-color: rgb(168,144,104); }

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

border-color css

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

 span { border-color: rgb(168,144,104); }

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