Html Css Color HEX #A9AB8E Bud

📋 copy color: '#A9AB8E'

red 169 ◦ green 171 ◦ blue 142

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

Shades of Bud #A9AB8E

Tints of Bud #A9AB8E

RGB

 RED value IS 169 (66.41% from 255) = 35.06%

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 35.06%
G = 35.48%
B = 29.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#A9AB8E (or 0xA9AB8E) is known color: Bud. HEX triplet: A9, AB and 8E. RGB value is (169,171,142). Sum of RGB (Red+Green+Blue) = 169+171+142=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB8E is #565471. Grayscale: #A7A7A7. Windows color (decimal): -5657714 or 9350057. OLE color: 9350057.

HSL color Cylindrical-coordinate representation of color #A9AB8E: hue angle of 64.14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9AB8E is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 171 142 -
CMYK 0.01 0 0.17 0.33
HSL 64.14º 0.15% 0.61% -
HSV(B) 64.14º 0.17% 0.67% -
XYZ 35.81 39.51 31.33 -
YUV 167.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 169 171 142 0.01 0 0.17 0.33 64.14 0.15 0.61
Hex A9 AB 8E 1 0 11 21 40 F 3D
Octal 251 253 216 1 0 21 41 100 17 75
Binary 10101001 10101011 10001110 1 0 10001 100001 1000000 1111 111101

Color Harmonies of #A9AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AB8E

Black with #A9AB8E

Text Example


Text Example

White with #A9AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AB8E; }

 p { color: rgb(169,171,142); }

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

background-color css

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

 a { background-color: rgb(169,171,142); }

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

border-color css

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

 span { border-color: rgb(169,171,142); }

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