Html Css Color HEX #A98C6B Mongoose

📋 copy color: '#A98C6B'

red 169 ◦ green 140 ◦ blue 107

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

Shades of Mongoose #A98C6B

Tints of Mongoose #A98C6B

RGB

 RED value IS 169 (66.41% from 255) = 40.63%

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 40.63%
G = 33.65%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A98C6B (or 0xA98C6B) is known color: Mongoose. HEX triplet: A9, 8C and 6B. RGB value is (169,140,107). Sum of RGB (Red+Green+Blue) = 169+140+107=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C6B is #567394. Grayscale: #919191. Windows color (decimal): -5665685 or 7048361. OLE color: 7048361.

HSL color Cylindrical-coordinate representation of color #A98C6B: hue angle of 31.94º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98C6B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 140 107 -
CMYK 0 0.17 0.37 0.34
HSL 31.94º 0.26% 0.54% -
HSV(B) 31.94º 0.37% 0.66% -
XYZ 28.39 28.25 17.87 -
YUV 144.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 169 140 107 0 0.17 0.37 0.34 31.94 0.26 0.54
Hex A9 8C 6B 0 11 25 22 20 1A 36
Octal 251 214 153 0 21 45 42 40 32 66
Binary 10101001 10001100 1101011 0 10001 100101 100010 100000 11010 110110

Color Harmonies of #A98C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C6B

Black with #A98C6B

Text Example


Text Example

White with #A98C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C6B; }

 p { color: rgb(169,140,107); }

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

background-color css

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

 a { background-color: rgb(169,140,107); }

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

border-color css

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

 span { border-color: rgb(169,140,107); }

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