Html Css Color HEX #8A895F Bandicoot

📋 copy color: '#8A895F'

red 138 ◦ green 137 ◦ blue 95

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

Shades of Bandicoot #8A895F

Tints of Bandicoot #8A895F

RGB

 RED value IS 138 (54.3% from 255) = 37.3%

 GREEN value IS 137 (53.91% from 255) = 37.03%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 37.3%
G = 37.03%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A895F (or 0x8A895F) is known color: Bandicoot. HEX triplet: 8A, 89 and 5F. RGB value is (138,137,95). Sum of RGB (Red+Green+Blue) = 138+137+95=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A895F is #7576A0. Grayscale: #848484. Windows color (decimal): -7698081 or 6261130. OLE color: 6261130.

HSL color Cylindrical-coordinate representation of color #8A895F: hue angle of 58.6º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A895F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 137 95 -
CMYK 0 0.01 0.31 0.46
HSL 58.6º 0.18% 0.46% -
HSV(B) 58.6º 0.31% 0.54% -
XYZ 21.49 24.12 14.35 -
YUV 132.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 138 137 95 0 0.01 0.31 0.46 58.6 0.18 0.46
Hex 8A 89 5F 0 1 1F 2E 3B 12 2E
Octal 212 211 137 0 1 37 56 73 22 56
Binary 10001010 10001001 1011111 0 1 11111 101110 111011 10010 101110

Color Harmonies of #8A895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A895F

Black with #8A895F

Text Example


Text Example

White with #8A895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A895F; }

 p { color: rgb(138,137,95); }

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

background-color css

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

 a { background-color: rgb(138,137,95); }

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

border-color css

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

 span { border-color: rgb(138,137,95); }

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