Html Css Color HEX #A88A6B Mongoose

📋 copy color: '#A88A6B'

red 168 ◦ green 138 ◦ blue 107

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

Shades of Mongoose #A88A6B

Tints of Mongoose #A88A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

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

R = 40.68%
G = 33.41%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A88A6B (or 0xA88A6B) is known color: Mongoose. HEX triplet: A8, 8A and 6B. RGB value is (168,138,107). Sum of RGB (Red+Green+Blue) = 168+138+107=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A6B is #577594. Grayscale: #8F8F8F. Windows color (decimal): -5731733 or 7047848. OLE color: 7047848.

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

Color convert

RGB 168 138 107 -
CMYK 0 0.18 0.36 0.34
HSL 30.49º 0.26% 0.54% -
HSV(B) 30.49º 0.36% 0.66% -
XYZ 27.89 27.56 17.76 -
YUV 143.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 168 138 107 0 0.18 0.36 0.34 30.49 0.26 0.54
Hex A8 8A 6B 0 12 24 22 1E 1A 36
Octal 250 212 153 0 22 44 42 36 32 66
Binary 10101000 10001010 1101011 0 10010 100100 100010 11110 11010 110110

Color Harmonies of #A88A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A6B

Black with #A88A6B

Text Example


Text Example

White with #A88A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A6B; }

 p { color: rgb(168,138,107); }

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

background-color css

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

 a { background-color: rgb(168,138,107); }

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

border-color css

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

 span { border-color: rgb(168,138,107); }

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