Html Css Color HEX #A6AC89 Bud

📋 copy color: '#A6AC89'

red 166 ◦ green 172 ◦ blue 137

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

Shades of Bud #A6AC89

Tints of Bud #A6AC89

RGB

 RED value IS 166 (65.23% from 255) = 34.95%

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 137 (53.91% from 255) = 28.84%

R = 34.95%
G = 36.21%
B = 28.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#A6AC89 (or 0xA6AC89) is known color: Bud. HEX triplet: A6, AC and 89. RGB value is (166,172,137). Sum of RGB (Red+Green+Blue) = 166+172+137=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AC89 is #595376. Grayscale: #A6A6A6. Windows color (decimal): -5854071 or 9022630. OLE color: 9022630.

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

Color convert

RGB 166 172 137 -
CMYK 0.03 0 0.20 0.33
HSL 70.29º 0.17% 0.61% -
HSV(B) 70.29º 0.2% 0.67% -
XYZ 34.99 39.42 29.43 -
YUV 166.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 166 172 137 0.03 0 0.20 0.33 70.29 0.17 0.61
Hex A6 AC 89 3 0 14 21 46 11 3D
Octal 246 254 211 3 0 24 41 106 21 75
Binary 10100110 10101100 10001001 11 0 10100 100001 1000110 10001 111101

Color Harmonies of #A6AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC89

Black with #A6AC89

Text Example


Text Example

White with #A6AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC89; }

 p { color: rgb(166,172,137); }

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

background-color css

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

 a { background-color: rgb(166,172,137); }

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

border-color css

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

 span { border-color: rgb(166,172,137); }

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