Html Css Color HEX #A9B18C Bud

📋 copy color: '#A9B18C'

red 169 ◦ green 177 ◦ blue 140

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

Shades of Bud #A9B18C

Tints of Bud #A9B18C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 34.77%
G = 36.42%
B = 28.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#A9B18C (or 0xA9B18C) is known color: Bud. HEX triplet: A9, B1 and 8C. RGB value is (169,177,140). Sum of RGB (Red+Green+Blue) = 169+177+140=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B18C is #564E73. Grayscale: #AAAAAA. Windows color (decimal): -5656180 or 9220521. OLE color: 9220521.

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

Color convert

RGB 169 177 140 -
CMYK 0.05 0 0.21 0.31
HSL 72.97º 0.19% 0.62% -
HSV(B) 72.97º 0.21% 0.69% -
XYZ 36.82 41.77 30.93 -
YUV 170.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 169 177 140 0.05 0 0.21 0.31 72.97 0.19 0.62
Hex A9 B1 8C 5 0 15 1F 49 13 3E
Octal 251 261 214 5 0 25 37 111 23 76
Binary 10101001 10110001 10001100 101 0 10101 11111 1001001 10011 111110

Color Harmonies of #A9B18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B18C

Black with #A9B18C

Text Example


Text Example

White with #A9B18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B18C; }

 p { color: rgb(169,177,140); }

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

background-color css

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

 a { background-color: rgb(169,177,140); }

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

border-color css

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

 span { border-color: rgb(169,177,140); }

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