Html Css Color HEX #A0AB87 Bud

📋 copy color: '#A0AB87'

red 160 ◦ green 171 ◦ blue 135

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

Shades of Bud #A0AB87

Tints of Bud #A0AB87

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 34.33%
G = 36.7%
B = 28.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#A0AB87 (or 0xA0AB87) is known color: Bud. HEX triplet: A0, AB and 87. RGB value is (160,171,135). Sum of RGB (Red+Green+Blue) = 160+171+135=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB87 is #5F5478. Grayscale: #A3A3A3. Windows color (decimal): -6247545 or 8891296. OLE color: 8891296.

HSL color Cylindrical-coordinate representation of color #A0AB87: hue angle of 78.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0AB87 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 135 -
CMYK 0.06 0 0.21 0.33
HSL 78.33º 0.18% 0.6% -
HSV(B) 78.33º 0.21% 0.67% -
XYZ 33.43 38.35 28.56 -
YUV 163.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 160 171 135 0.06 0 0.21 0.33 78.33 0.18 0.6
Hex A0 AB 87 6 0 15 21 4E 12 3C
Octal 240 253 207 6 0 25 41 116 22 74
Binary 10100000 10101011 10000111 110 0 10101 100001 1001110 10010 111100

Color Harmonies of #A0AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB87

Black with #A0AB87

Text Example


Text Example

White with #A0AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB87; }

 p { color: rgb(160,171,135); }

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

background-color css

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

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

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

border-color css

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

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

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