Html Css Color HEX #A1A887 Bud

📋 copy color: '#A1A887'

red 161 ◦ green 168 ◦ blue 135

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

Shades of Bud #A1A887

Tints of Bud #A1A887

RGB

 RED value IS 161 (63.28% from 255) = 34.7%

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

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

R = 34.7%
G = 36.21%
B = 29.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A1A887 (or 0xA1A887) is known color: Bud. HEX triplet: A1, A8 and 87. RGB value is (161,168,135). Sum of RGB (Red+Green+Blue) = 161+168+135=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A887 is #5E5778. Grayscale: #A2A2A2. Windows color (decimal): -6182777 or 8890529. OLE color: 8890529.

HSL color Cylindrical-coordinate representation of color #A1A887: hue angle of 72.73º 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 #A1A887 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 135 -
CMYK 0.04 0 0.20 0.34
HSL 72.73º 0.16% 0.59% -
HSV(B) 72.73º 0.2% 0.66% -
XYZ 33.07 37.33 28.38 -
YUV 162.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 161 168 135 0.04 0 0.20 0.34 72.73 0.16 0.59
Hex A1 A8 87 4 0 14 22 49 10 3B
Octal 241 250 207 4 0 24 42 111 20 73
Binary 10100001 10101000 10000111 100 0 10100 100010 1001001 10000 111011

Color Harmonies of #A1A887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A887

Black with #A1A887

Text Example


Text Example

White with #A1A887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A887; }

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

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

background-color css

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

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

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

border-color css

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

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

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