Html Css Color HEX #A8A887 Locust

📋 copy color: '#A8A887'

red 168 ◦ green 168 ◦ blue 135

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

Shades of Locust #A8A887

Tints of Locust #A8A887

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 35.67%
G = 35.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A8A887 (or 0xA8A887) is known color: Locust. HEX triplet: A8, A8 and 87. RGB value is (168,168,135). Sum of RGB (Red+Green+Blue) = 168+168+135=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A887 is #575778. Grayscale: #A4A4A4. Windows color (decimal): -5724025 or 8890536. OLE color: 8890536.

HSL color Cylindrical-coordinate representation of color #A8A887: hue angle of 60º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A887 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 168 135 -
CMYK 0 0 0.20 0.34
HSL 60º 0.16% 0.59% -
HSV(B) 60º 0.2% 0.66% -
XYZ 34.52 38.08 28.45 -
YUV 164.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 168 168 135 0 0 0.20 0.34 60 0.16 0.59
Hex A8 A8 87 0 0 14 22 3C 10 3B
Octal 250 250 207 0 0 24 42 74 20 73
Binary 10101000 10101000 10000111 0 0 10100 100010 111100 10000 111011

Color Harmonies of #A8A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A887

Black with #A8A887

Text Example


Text Example

White with #A8A887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A887; }

 p { color: rgb(168,168,135); }

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

background-color css

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

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

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

border-color css

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

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

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