Html Css Color HEX #A8B087 Bud

📋 copy color: '#A8B087'

red 168 ◦ green 176 ◦ blue 135

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

Shades of Bud #A8B087

Tints of Bud #A8B087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 35.07%
G = 36.74%
B = 28.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A8B087 (or 0xA8B087) is known color: Bud. HEX triplet: A8, B0 and 87. RGB value is (168,176,135). Sum of RGB (Red+Green+Blue) = 168+176+135=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B087 is #574F78. Grayscale: #A9A9A9. Windows color (decimal): -5721977 or 8892584. OLE color: 8892584.

HSL color Cylindrical-coordinate representation of color #A8B087: hue angle of 71.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B087 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 135 -
CMYK 0.05 0 0.23 0.31
HSL 71.71º 0.21% 0.61% -
HSV(B) 71.71º 0.23% 0.69% -
XYZ 36.05 41.12 28.96 -
YUV 168.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 168 176 135 0.05 0 0.23 0.31 71.71 0.21 0.61
Hex A8 B0 87 5 0 17 1F 48 15 3D
Octal 250 260 207 5 0 27 37 110 25 75
Binary 10101000 10110000 10000111 101 0 10111 11111 1001000 10101 111101

Color Harmonies of #A8B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B087

Black with #A8B087

Text Example


Text Example

White with #A8B087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B087; }

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

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

background-color css

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

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

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

border-color css

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

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

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