Html Css Color HEX #8A8855 Bandicoot

📋 copy color: '#8A8855'

red 138 ◦ green 136 ◦ blue 85

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

Shades of Bandicoot #8A8855

Tints of Bandicoot #8A8855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 38.44%
G = 37.88%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A8855 (or 0x8A8855) is known color: Bandicoot. HEX triplet: 8A, 88 and 55. RGB value is (138,136,85). Sum of RGB (Red+Green+Blue) = 138+136+85=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8855 is #7577AA. Grayscale: #828282. Windows color (decimal): -7698347 or 5605514. OLE color: 5605514.

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

Color convert

RGB 138 136 85 -
CMYK 0 0.01 0.38 0.46
HSL 57.74º 0.24% 0.44% -
HSV(B) 57.74º 0.38% 0.54% -
XYZ 20.93 23.67 12.06 -
YUV 130.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 138 136 85 0 0.01 0.38 0.46 57.74 0.24 0.44
Hex 8A 88 55 0 1 26 2E 3A 18 2C
Octal 212 210 125 0 1 46 56 72 30 54
Binary 10001010 10001000 1010101 0 1 100110 101110 111010 11000 101100

Color Harmonies of #8A8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8855

Black with #8A8855

Text Example


Text Example

White with #8A8855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,136,85); }

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

background-color css

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

 a { background-color: rgb(138,136,85); }

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

border-color css

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

 span { border-color: rgb(138,136,85); }

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