Html Css Color HEX #A9B08B Bud

📋 copy color: '#A9B08B'

red 169 ◦ green 176 ◦ blue 139

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

Shades of Bud #A9B08B

Tints of Bud #A9B08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 34.92%
G = 36.36%
B = 28.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#A9B08B (or 0xA9B08B) is known color: Bud. HEX triplet: A9, B0 and 8B. RGB value is (169,176,139). Sum of RGB (Red+Green+Blue) = 169+176+139=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B08B is #564F74. Grayscale: #A9A9A9. Windows color (decimal): -5656437 or 9154729. OLE color: 9154729.

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

Color convert

RGB 169 176 139 -
CMYK 0.04 0 0.21 0.31
HSL 71.35º 0.19% 0.62% -
HSV(B) 71.35º 0.21% 0.69% -
XYZ 36.55 41.35 30.48 -
YUV 169.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 169 176 139 0.04 0 0.21 0.31 71.35 0.19 0.62
Hex A9 B0 8B 4 0 15 1F 47 13 3E
Octal 251 260 213 4 0 25 37 107 23 76
Binary 10101001 10110000 10001011 100 0 10101 11111 1000111 10011 111110

Color Harmonies of #A9B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B08B

Black with #A9B08B

Text Example


Text Example

White with #A9B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B08B; }

 p { color: rgb(169,176,139); }

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

background-color css

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

 a { background-color: rgb(169,176,139); }

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

border-color css

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

 span { border-color: rgb(169,176,139); }

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